Skip to content

bethrezen/yii2-cached-rbac-dbmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cached DBManager for yii2 RBAC

Allows caching of permissions in yii\rbac\DbManager

WARNING Yii2 now supports native cache for yii\rbac\DbManager. See yiisoft/yii2#3168

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bethrezen/yii2-cached-rbac-dbmanager "*"

or add

"bethrezen/yii2-cached-rbac-dbmanager": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply configure your application to use \bethrezen\CachedDbManager:


'components' => [
    // the rest of your components section
    'authManager' => [
            'class'=>'\bethrezen\CachedDbManager',
        ],
]

About

Cached DBManager for yii2 RBAC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages