https://github.com/yiistack/routing
Yii 3.x annotated routing
https://github.com/yiistack/routing
annotations library routing yii yii3
Last synced: about 1 month ago
JSON representation
Yii 3.x annotated routing
- Host: GitHub
- URL: https://github.com/yiistack/routing
- Owner: yiistack
- License: mit
- Created: 2019-12-30T10:17:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T18:07:54.000Z (over 2 years ago)
- Last Synced: 2025-02-16T09:41:39.779Z (3 months ago)
- Topics: annotations, library, routing, yii, yii3
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 routing
[](https://packagist.org/packages/yiistack/routing)
[](https://packagist.org/packages/yiistack/routing)
[](https://github.com/yiistack/routing/actions?query=workflow%3Abuild)
[](https://scrutinizer-ci.com/g/yiistack/routing/?branch=master)
[](https://scrutinizer-ci.com/g/yiistack/routing/?branch=master)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiistack/routing/master)
[](https://github.com/yiistack/routing/actions?query=workflow%3A%22static+analysis%22)The package Routing
## Requirements
- PHP 7.4 or higher.
## Installation
The package could be installed with composer:
```
composer require yiistack/routing --prefer-dist
```## General usage
### Unit testing
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
```shell
./vendor/bin/phpunit
```### Mutation testing
The package tests are checked with [Infection](https://infection.github.io/) mutation framework. To run it:
```shell
./vendor/bin/infection
```### Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
./vendor/bin/psalm
```