project mvc
MVC module for the Lipht Framework
lipht/mvc
MVC module for the Lipht Framework
- Wednesday, July 18, 2018
- by SparK-Cruz
- Repository
- 1 Watchers
- 0 Stars
- 60 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 200 % Grown
Lipht Framework MVC
MVC module, (*1)
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
composer
installed 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.
dev-master
9999999-dev
MVC module for the Lipht Framework
Sources
Download
The Requires
The Development Requires