beastbytes / yii-rbam
Role Based Access Manager for Yii3
dev-master / 1.0.x-dev
2025-03-14 20:52 UTC
Requires
- php: ^8.1
- beastbytes/mermaid-class-diagram: dev-master
- beastbytes/yii-dataview-assets: dev-main
- beastbytes/yii-http: dev-master
- beastbytes/yii-widgets: dev-master
- httpsoft/http-message: ^1.0
- yiisoft/aliases: ^3.0
- yiisoft/assets: ^5.0
- yiisoft/auth: ^3.0
- yiisoft/data: dev-master
- yiisoft/form: ^1.0
- yiisoft/form-model: ^1.0
- yiisoft/i18n: ^1.0
- yiisoft/rbac: ^2.0
- yiisoft/rbac-rules-container: ^2.0
- yiisoft/session: ^2.0
- yiisoft/strings: ^2.0
- yiisoft/translator: ^3.0
- yiisoft/translator-message-php: ^1.0
- yiisoft/user: ^2.0
- yiisoft/yii-console: ^2.0
- yiisoft/yii-dataview: dev-master
- yiisoft/yii-event: ^2.0
- yiisoft/yii-runner-console: ^2.0
- yiisoft/yii-view-renderer: ^7.0
Requires (Dev)
- codeception/c3: ^2.6.0
- codeception/codeception: ^5.0
- codeception/module-asserts: ^3.0
- codeception/module-cli: ^2.0
- codeception/module-db: ^3.0
- codeception/module-phpbrowser: ^3.0
- consolidation/robo: ^4.0
- dg/bypass-finals: ^v1.0
- roave/infection-static-analysis-plugin: ^1.7
- roave/security-advisories: dev-latest
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^5.0
- vlucas/phpdotenv: ^5.0
- yiisoft/config: ^1.0
- yiisoft/log-target-file: dev-master
- yiisoft/rbac-php: dev-master
- yiisoft/router-fastroute: ^4.0
- yiisoft/yii-runner-http: ^3.0
This package is auto-updated.
Last update: 2025-03-14 20:53:02 UTC
README
Yii extension to manage role based access.
For license information see the LICENSE file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/yii-rbam
or add
"beastbytes/yii-rbam": "^1.0.0"
to the require section of your composer.json.