codeup / interop-mvc
MVC interoperability
1.6.1
2017-02-08 17:26 UTC
Requires
- php: ^7.0
- codeup/psr-http-middleware: ^1.0
- container-interop/container-interop: ^1.1
Requires (Dev)
- phpunit/phpunit: ^5.7
README
Inspired by the work of PHP-FIG and container-interop interop-mvc tries to fill the gap to decouple MVC application code from framework specific dependencies. The main motivation is to make the MVC framework used for bootstrapping and routing simply exchangeable.
Installation
To install this library through Composer use:
composer require codeup/interop-mvc
This library releases are versioned according Semantic Versioning specification to provide full
backward compatibility between minor versions. Semantic Versioning is not applied properly for now.