https://github.com/beastbytes/router-register
Route creation from Attributes for Yii3
https://github.com/beastbytes/router-register
Last synced: 4 months ago
JSON representation
Route creation from Attributes for Yii3
- Host: GitHub
- URL: https://github.com/beastbytes/router-register
- Owner: beastbytes
- License: other
- Created: 2025-01-18T18:00:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-21T21:48:11.000Z (12 months ago)
- Last Synced: 2025-04-30T23:43:49.635Z (11 months ago)
- Language: PHP
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RouterRegister
RouterRegister is a Yii console command package that allows routes to be defined in the
application source files using PHP Attributes. It generates router groups and routes configuration files from the attributes.
## Installation
Install RouterRegister using [Composer](https://getcomposer.org/)
Add the following to the require-dev section of your composer.json:
```json
"beastbytes/router-register": "*",
```
or run
```PHP
php composer.phar require -dev "beastbytes/router-register:*"
```
## Documentation
Documentation is at [https://beastbytes.github.io/router-register](https://beastbytes.github.io/router-register)