gabs / manouche-framework
A micro framework to web jazzists
Requires
- doctrine/annotations: ^1.6
- doctrine/orm: ^2
- filp/whoops: ^2.3
- firebase/php-jwt: ^5.0
- hansott/psr7-cookies: ^3.0
- larapack/dd: 1.*
- league/route: ^4.2
- php-di/php-di: ^6.0
- phpmailer/phpmailer: ^6.0
- rakit/validation: ^1.1
- twig/twig: ^2.11
- zendframework/zend-diactoros: ^2.1
- zendframework/zend-httphandlerrunner: ^1.1
Requires (Dev)
- phpunit/phpunit: ^6.5
- symfony/var-dumper: ^4.3
This package is auto-updated.
Last update: 2024-12-29 05:38:49 UTC
README
Manouche is a modern microframework built using PHP language and different libraries to provide a unique solution to start a PHP project from scratch.
It provides a set of HTTP helpers, middlewares, routes, controllers, models, etc; besides being able to handle Dependency Injection thanks to PHP-DI. I have used some different libraries, most of them from Symsonfy Framework and League. The router system works using League\Route, which is a router system made on top of Nikita Popov's Fast Route, and HTTP request and response, as long as other PHP globals are used within Zend Diactoros, based on PSR-7. The template engine is handled by Twig. I don't use Session vars neither store session-cookies, because for future integration I preferred using JWT approach to store session data. Hope you enjoy using it!