letyii / yii2-rbac-cached
Cached for yii2 RBAC
Installs: 1 896
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 4
Forks: 5
Open Issues: 1
Requires
- php: >=5.4
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-13 05:51:47 UTC
README
Cached for yii2 RBAC
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "letyii/yii2-rbac-cached" "dev-master"
or add
"letyii/yii2-rbac-cached": "dev-master"
to the require section of your application's composer.json
file.
Usage Example
'components' => [ // the rest of your components section 'authManager' => [ 'class' => 'letyii\rbaccached\RbacCached', ], ]
github: https://github.com/letyii/yii2-rbac-cached
packagist: https://packagist.org/packages/letyii/yii2-rbac-cached