codeup/interop-mvc

1.6.1 2017-02-08 17:26 UTC

This package is auto-updated.

Last update: 2024-05-07 12:35:49 UTC


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.