yiisoft / router-fastroute
Yii router FastRoute adapter
Fund package maintenance!
Opencollective
yiisoft
Installs: 214 837
Dependents: 41
Suggesters: 3
Security: 0
Stars: 39
Watchers: 21
Forks: 18
Open Issues: 5
Requires
- php: ^8.0
- nikic/fast-route: ^1.3
- psr/http-message: ^1.0|^2.0
- psr/simple-cache: ^2.0|^3.0
- yiisoft/http: ^1.2
- yiisoft/router: ^2.1|^3.0
Requires (Dev)
- maglnet/composer-require-checker: ^4.2
- nyholm/psr7: ^1.4
- phpunit/phpunit: ^9.5
- psr/container: ^2.0
- rector/rector: ^1.0
- roave/infection-static-analysis-plugin: ^1.16
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.30|^5.21
- yiisoft/di: ^1.2
- yiisoft/test-support: ^3.0
Provides
This package is auto-updated.
Last update: 2024-10-27 19:12:39 UTC
README
Yii Router FastRoute Adapter
The package provides FastRoute adapter for Yii Router.
Requirements
- PHP 8.0 or higher.
Installation
The package could be installed with Composer:
composer require yiisoft/router-fastroute
General usage
The package is not meant to be used separately so check Yii Router readme for general usage and FastRoute for pattern syntax.
Documentation
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
License
The Yii Router FastRoute Adapter is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.