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:
- Sitemap enables file system based routing, provided by Sitemap package,
- 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…
/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