cottacush / yii2-permissions-ext
Custom Role Based Access Control Implementation
Installs: 2 569
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=8.0
- demokn/yii2-composer-asset: ^1.1
- yiisoft/yii2: ~2.0.40
This package is auto-updated.
Last update: 2024-10-28 11:03:05 UTC
README
Custom Permission Based Access Control Yii2 Extension
Install
Via Composer
$ composer require cottacush/yii2-permissions-ext $ ./yii migrate/up --migrationPath=@vendor/cottacush/yii2-permissions-ext/migrations
Usage
Add implementation of ManagerInterface to components
//App Config 'components' => [ //... 'permissionManager' => [ 'class' => '\cottacush\rbac\DbPermissionManager' ], //... ]
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email developers@cottacush.com instead of using the issue tracker.
Credits
- Adegoke Obasa goke@cottacush.com
- Olawale Lawal wale@cottacush.com
- All Contributors
License
The MIT License (MIT). Please see License File for more information.