Download the PHP package jesusslim/sroute without Composer
On this page you can find all versions of the php package jesusslim/sroute. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sroute
sroute
simple route
usage
$routes = new \sroute\src\Routes();
$routes->post('/test',[YourController::class,'action']);
$routes->get('/closure',function(){ echo "sroute";});
$route = $routes->match('GET','/closure');
$handler = $routes->handler('GET','/closure');
All versions of sroute with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package jesusslim/sroute contains the following files
Loading the files please wait ....