Download the PHP package jasny/router without Composer
On this page you can find all versions of the php package jasny/router. 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 router
Jasny Router
Jasny Router is a versatile PSR-7 compatible router. It decouples the way to determine a route, from the routing and from running the routed action. The router supports double pass middleware.
Installation
The Jasny Router package is available on packagist. Install it using composer:
composer require jasny/router
Basic Usage
Routes
When creating a Router
, you need to pass a object that implements the RoutesInterface
. Routes should be seen as a
collection of routes, with the ability to select one of those routes based on the server request.
All versions of router with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
jasny/php-functions Version ^2.0|^3.0|^4.0
psr/http-message Version ^1.0
psr/log Version ^1.0
jasny/php-functions Version ^2.0|^3.0|^4.0
psr/http-message Version ^1.0
psr/log Version ^1.0
The package jasny/router contains the following files
Loading the files please wait ....