MiMViC is a micro MVC framework that embraces PHP 5.3 by utilizing namespaces, lambda functions, and minimality. It is designed to be a super-lightweight and programmer-friendly framework, thus giving the programmer only the most essential tools for programming.
| Tags | PHP mvc microframework framework controller |
|---|---|
| Licenses | MIT |
| Operating Systems | Cross Platform |
| Implementation | PHP 5.3 |
Recent releases


Release Notes: Bugs with URL patterns were fixed. URL patterns are now compiled to Regex and matched. A plugin system was introduced. A Convention plugin was included with demos.


Release Notes: Minor bugs were fixed. $_GET parameter passing was introduced. New examples were introduced.