NanoPHP
NanoPHP framework is a simple PHP5 MVC framework with just core functionalities. Nanophp provides you with the least features you need to write simple yet powerful web/cli applications.
The idea is to remove all the overheads and headaches of complicated libraries, and subsitute them with simple frequent code frames., (*1)
Setup via composer
If you do not have composer installed please refer to composer download page., (*2)
$ composer create-project --prefer-dist sasanrose/basic-app-nano-php nanoapp
Install older versions
$ git clone https://github.com/sasanrose/NanoPHP
$ cd NanoPHP
NanoPHP/$ git checkout v1.1.1
Projects using Nanophp
PHPRedmin: Simple web administrator panel for Redis (Uses older versions of NanoPHP), (*3)