##SliMVC - A simple MVC layer on top of Slim micro framework.
This project might be helpful for you if you use Slim to develop PHP application and had like to organize your code in a MVC fashion.
###Installation
Clone this repo and install the project dependencies with composer
git clone https://github.com/zangue/slimvc.git
composer install
###Missing features
- Autoloader
- Namespaces
###Notes This project is based on Slim v2.6. I will update this README with more infos and documentation as soon as I get some sparetime.