letyii/yii2-rbac-cached

Cached for yii2 RBAC

Installs: 2 048

Dependents: 1

Suggesters: 0

Security: 0

Stars: 11

Watchers: 3

Forks: 5

Open Issues: 1

pkg:composer/letyii/yii2-rbac-cached

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

This package is not auto-updated.

Last update: 2025-10-15 09:57:20 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