cottacush/yii2-permissions-ext

Custom Role Based Access Control Implementation

Installs: 2 566

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 9

Forks: 0

Open Issues: 0

Type:yii2-extension

v3.1.0 2023-09-28 08:25 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

License

The MIT License (MIT). Please see License File for more information.