letyii/yii2-rbac-cached

Cached for yii2 RBAC

v1.0 2014-06-07 14:25 UTC

This package is not auto-updated.

Last update: 2024-04-17 02:49:27 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