Download the PHP package em4nl/urouter without Composer
On this page you can find all versions of the php package em4nl/urouter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download em4nl/urouter
More information about em4nl/urouter
Files in em4nl/urouter
Download em4nl/urouter
More information about em4nl/urouter
Files in em4nl/urouter
Vendor em4nl
Package urouter
Short Description Simple trie-based router
License MIT
Homepage https://github.com/em4nl/urouter
Package urouter
Short Description Simple trie-based router
License MIT
Homepage https://github.com/em4nl/urouter
Please rate this library. Is it a good library?
Informations about the package urouter
URouter
A simple trie-based PHP router
Installation
Via composer:
Usage
Assuming you're using autoloading and your composer vendor dir is
at ./vendor
:
Routes don't have to be defined in any particular order, they will
be matched by specificity automatically. E.g. if you visit
/test/
, the /test
route will match and not the /:thing
route,
even if the latter would be defined earlier in the source code.
Development
Install dependencies
Run tests
License
All versions of urouter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package em4nl/urouter contains the following files
Loading the files please wait ....