Nano Framework
Nano is a simple stupid PHP framework, really easy to handle, and really efficient.
It only implements the C part (Controller) of the MVC design pattern which allows developers to use any other existing library for others parts
all your request can be redirected to your bootstrap (assuming index.php)
<?php
require_once ('vendor/autoload.php');
$nano = new \Nano\Framework();
$nano->dispatch();
That's all!
Easy installation with a single line of code:
composer require femtopixel/nano-framework
More detailed information
If you want to support my work, you can spread it or considering donation :