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