Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 772 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 772 Bytes

PSR based micro-framework

This micro framework aims to give a little structure in order to use PSR-7, PSR-17, PSR-15. The architecture also follows the ADR pattern, which is a refinement of MVC.

TODO

  • ADR Responder : Github, Medium
  • Twig
  • Json
  • Error handling : Use the responder to handle exception and routing exception with the right HTTP code.
  • Symfony console

Source of inspirations