Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 864 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 864 Bytes

Retro

Retro is a library that ties together different components that are needed to build web apps that use backend to generate all the content. It is named Retro because it lets us build apps like we did in early 2000s, but with far superior development experience.

Building blocks of Retro:

  1. Sitemap enables file system based routing, provided by Sitemap package,
  2. Form processing using a simple mechanism to capture data from forms, validate it, and re-render the form with errors when needed.

To be continued…

Project Structure

/app/current/src - where application is being built /cache /config /logs /public/assets /public/index.php /test/unit/log /test/unit/src /test/unit/boostrap.php /upload .gitignore .php_cs.php .php_qc.php composer.json composer.lock phpunit.xml README.md VERSION