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

Maintainers

Details

github.com/lipht/mvc

Source

Issues

Installs: 4 911

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:project

dev-master 2022-03-08 03:25 UTC

This package is auto-updated.

Last update: 2023-08-08 06:37:39 UTC


README

MVC module

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.