A minimalist and lightweight PHP MVC framework inspired by TinyMVC.
Use it for small to medium PHP projects with minimal configuration.
NanoMVC is an MVC (Model-View-Controller) application framework for PHP. It provides clear separation between the data (Model), the presentation (View), and the glue in between (Controller).
NanoMVC is NOT a full-featured framework. Out-of-the-box, it is a simple MVC structure with a database support layer (PDO). Every aspect of this framework is extendible via plugins.