MicroMVC
A blazing fast Model View Controller frameworkMicroMVC is a module-based MVC that is currently in active development. Featuring a full ORM, database library, migrations, administration scaffolding, and many other small and easy to understand PHP libraries.
MicroMVC is licenced under the MIT License so you can use it for any personal or corporate projects free of charge.
Download
MicroMVC is hosted over at github where you can easily download the system in a zip or tar archive. You can even geek out and fork your own branch.
The development branch contains the latest system changes but may not be stable.
Requirements
- PHP 5.3+
- mcrypt
- mb_string
- Nginx 0.7.27+ (Or Apache with mod_rewrite)
- PDO if using the Database
Setup
Each folder in the root directory is a module that can be studied. The "system" module is special and contains some of the core system classes. Do not edit it.
Rename the config.sample.php to config.php to begin using the system. You will find the example module to contain all the basic examples.
MicroMVC © 2011 David Pennington