cottacush/yii2-permissions-ext
Custom Role Based Access Control Implementation
Maintainers
Package info
github.com/CottaCush/yii2-permissions-ext
Type:yii2-extension
pkg:composer/cottacush/yii2-permissions-ext
Requires
- php: >=8.0
- demokn/yii2-composer-asset: ^1.1
- yiisoft/yii2: ~2.0.40
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-28 14:25:01 UTC
README
👁 Latest Version on Packagist
👁 Software License
👁 Total Downloads
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.
