Download the PHP package phact-cmf/router without Composer
On this page you can find all versions of the php package phact-cmf/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
Router
Follows PSR-7, PSR-15, and PSR-1, PSR-2, PSR-4, PSR-11, PSR-16.
Based on FastRoute, inspired by league/route.
Main ideas
- follow PSR-7/PSR-15 or using FastRoute approach
- reversed routing (URL generation by route name)
- almost native FastRoute with possibility of using various processing strategies (CharCountBased, GroupCountBased...)
- fast multiple dispatch and reverse (with ability to add routes dynamically)
- allows using custom Loader (allows to load routes from different formats, files, etc.)
- allows caching (PSR-16)
- flexible (you can replace any component: Invoker, Dispatcher, Reverser, etc.)
Installation
Requirements
- PHP >= 7.2
Documentation
Full documentation
Доступна полная документация на русском языке
License
The MIT License (MIT). License File.
All versions of router with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
nikic/fast-route Version ^1.3.0
psr/container Version ^1.0
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/simple-cache Version ^1.0
nikic/fast-route Version ^1.3.0
psr/container Version ^1.0
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/simple-cache Version ^1.0
The package phact-cmf/router contains the following files
Loading the files please wait ....