MVC module
- Routing with regexed parameters support;
- Basic abstract controller implementation;
- Essential middleware factory;
- Annotation support for attribute routing.
- PHP 7.1 or above;
- Have
composer
installed globally.
- Fork the repository;
- Clone locally;
- Install dependencies with
composer install
; - Run tests with
composer test
; - Create a feature branch
git checkout -b feature/your-feature-name
; - Push your changes;
- Open a Pull-Request;
- Follow discussion for review;
- Merge to master;
- Kill your feature branch;
- Repeat.