Skip to content

activecollab/retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages