about simple-mvc
simple-mvc is a simple and lightweight php framework based on the MVC pattern. simple-mvc itself has no big function library, it only provides a stable, clean framework for scalable php projects. Composer (already integrated) integrates all necessary functions and libraries and their dependencies for your project.
features
- < 100 lines of code, small, light and fast
- tidy, easy to understand and easy to use
- strict separation between code and view
- supports composer, just load what you need
requirements
- PHP 7 or higher
- composer
getting started
getting started in 5 minutes