Download the PHP package piko/router without Composer
On this page you can find all versions of the php package piko/router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor piko
Package router
Short Description One of the fastest PHP router, using a radix trie to retrieve routes
License LGPL-3.0-or-later
Homepage https://github.com/piko-framework/router
Package router
Short Description One of the fastest PHP router, using a radix trie to retrieve routes
License LGPL-3.0-or-later
Homepage https://github.com/piko-framework/router
Please rate this library. Is it a good library?
Informations about the package router
Piko Router
A lightweight and blazing fast router (see radix trie to store dynamic routes.
This router maps routes to user defined handlers and can do the reverse operation (reverse routing).
Installation
It's recommended that you use Composer to install Piko Router.
Usage
A basic example:
Dynamic handlers:
Advanced usage: See RouterTest.php
Benchmarks
Piko router comparison against Fastroute (cached) and Symfony router (cached).
Benchmark against 1000 generated routes
Benchmark against 5000 generated routes
All versions of router with dependencies
PHP Build Version
Package Version
The package piko/router contains the following files
Loading the files please wait ....