lipht / mvc
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
MVC module for the Lipht Framework
dev-master
2022-03-08 03:25 UTC
Requires
- ext-json: *
- lipht/lipht: *
- ralouphie/getallheaders: ^3.0
Requires (Dev)
- ext-json: *
- phpunit/phpunit: ^7.1
This package is auto-updated.
Last update: 2023-08-08 06:37:39 UTC
README
MVC module
Features
- Routing with regexed parameters support;
- Basic abstract controller implementation;
- Essential middleware factory;
- Annotation support for attribute routing.
Pre-requisites
- PHP 7.1 or above;
- Have
composerinstalled globally.
Contributing
- 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.