Library that ties together different bits needed to write a web app

dev-master 2024-12-25 09:52 UTC

This package is auto-updated.

Last update: 2024-12-25 09:54:28 UTC


README

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