dev-master
9999999-dev https://github.com/holger/yoshiA PHP micro-framework
MIT
The Requires
- phpunit/phpunit 3.7.24
- php >=5.6.0
microframework
Wallogit.com
2017 © Pedro Peláez
A PHP micro-framework
A PHP micro-framework., (*1)
get('/hello/{name}', function ($name) {
echo "Hello, $name!";
});
$app->run();
?>
Yoshi requires PHP 5.6., (*2)
Yoshi is nothing new. There are already some good PHP micro frameworks out there. I started Yoshi mainly for fun and to dig deeper into the development of a web framework., (*3)
Here's a list of similar PHP micro frameworks:, (*4)
Yoshi is released under the MIT License., (*5)
A PHP micro-framework
MIT
microframework