Pinatra
v0.0.2
Pinatra is a PHP copy of Sinatra: a DSL for quickly creating web applications in PHP with minimal effort.
Pinatra is still under the initial development.
composer require pinatra/framework=~0.0require __DIR__.'/../vendor/autoload.php';
get('/', function() {
echo "I am Pinatra framework!";
});


The Pinatra framework is open-sourced software licensed under the MIT license