https://github.com/yiisoft/router-fastroute
Yii Router FastRoute adapter
https://github.com/yiisoft/router-fastroute
fastroute hacktoberfest router yii3
Last synced: about 1 year ago
JSON representation
Yii Router FastRoute adapter
- Host: GitHub
- URL: https://github.com/yiisoft/router-fastroute
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2019-05-22T18:14:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T18:44:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:35:39.351Z (over 1 year ago)
- Topics: fastroute, hacktoberfest, router, yii3
- Language: PHP
- Homepage: https://www.yiiframework.com/
- Size: 260 KB
- Stars: 39
- Watchers: 21
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii Router FastRoute Adapter
[](https://packagist.org/packages/yiisoft/router-fastroute)
[](https://packagist.org/packages/yiisoft/router-fastroute)
[](https://github.com/yiisoft/router-fastroute/actions/workflows/build.yml)
[](https://codecov.io/gh/yiisoft/router-fastroute)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/router-fastroute/master)
[](https://github.com/yiisoft/router-fastroute/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiisoft/router-fastroute)
The package provides FastRoute adapter for [Yii Router](https://github.com/yiisoft/router).
## Requirements
- PHP 8.1 or higher.
## Installation
The package could be installed with [Composer](https://getcomposer.org):
```shell
composer require yiisoft/router-fastroute
```
## General usage
The package is not meant to be used separately so check [Yii Router](https://github.com/yiisoft/router) readme for
general usage and [FastRoute](https://github.com/nikic/FastRoute) for pattern syntax.
## Documentation
- [Internals](docs/internals.md)
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
## License
The Yii Router FastRoute Adapter is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
## Support the project
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)