giicms/yii2-rbac

Yii2 Rbac

Maintainers

Package info

github.com/giicms/yii2-rbac

pkg:composer/giicms/yii2-rbac

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-05-05 08:53 UTC

This package is not auto-updated.

Last update: 2026-03-07 01:16:28 UTC


README

Yii2 Rbac

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "giicms/yii2-rbac" "dev-master"

or add

"giicms/yii2-rbac": "dev-master"

to the require section of your application's composer.json file.

Usage Example

 'modules' => [
        'rbac' => [
            'class' => 'giicms\rbac\Module',
        ],
  ],