phact-cmf / router
v1.0.0
2020-06-02 10:44 UTC
Requires
- php: >=7.2
- nikic/fast-route: ^1.3.0
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/simple-cache: ^1.0
Requires (Dev)
- phpunit/phpunit: ^8
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-29 00:33:00 UTC
README
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
composer require phact-cmf/router
Requirements
- PHP >= 7.2
Documentation
Доступна полная документация на русском языке
License
The MIT License (MIT). License File.