beastbytes / yii-rbam
There is no license information available for the latest version (dev-master) of this package.
Role Based Access Manager for Yii3
dev-master / 1.0.x-dev
2024-02-14 15:40 UTC
Requires
- php: ^8.1
- beastbytes/mermaid-class-diagram: dev-master
- beastbytes/yii-http: dev-master
- beastbytes/yii-widgets: dev-master
- httpsoft/http-message: ^1.0
- yiisoft/aliases: ^3.0
- yiisoft/assets: ^4.0
- yiisoft/auth: ^3.0
- yiisoft/data: dev-master
- yiisoft/form: dev-master
- yiisoft/form-model: dev-master
- yiisoft/i18n: ^1.0
- yiisoft/rbac: dev-master
- yiisoft/session: ^2.0
- yiisoft/strings: ^2.0
- yiisoft/translator: ^3.0
- yiisoft/translator-message-php: ^1.0
- yiisoft/yii-dataview: dev-master
- yiisoft/yii-view: ^6.0
- yiisoft/yii-widgets: ^2.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
- 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/rbac-php: dev-master
- yiisoft/router: ^3.0
- yiisoft/router-fastroute: ^3.0
- yiisoft/yii-runner-http: ^2.0
This package is auto-updated.
Last update: 2024-12-09 19:18:21 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.