2017 © Pedro Peláez
 

project mvc

MVC module for the Lipht Framework

image

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

The README.md

Lipht Framework MVC

MVC module, (*1)

Features

  1. Routing with regexed parameters support;
  2. Basic abstract controller implementation;
  3. Essential middleware factory;
  4. Annotation support for attribute routing.

Pre-requisites

  1. PHP 7.1 or above;
  2. Have composer installed globally.

Contributing

  1. Fork the repository;
  2. Clone locally;
  3. Install dependencies with composer install;
  4. Run tests with composer test;
  5. Create a feature branch git checkout -b feature/your-feature-name;
  6. Push your changes;
  7. Open a Pull-Request;
  8. Follow discussion for review;
  9. Merge to master;
  10. Kill your feature branch;
  11. Repeat.

The Versions

18/07 2018

dev-master

9999999-dev

MVC module for the Lipht Framework

  Sources   Download

The Requires

 

The Development Requires