project-ufa/yii2-srbac

A web interface for administration of rbac (CDbAuthManager)


Keywords
yii2, srbac
License
BSD-3-Clause

Documentation

SRBAC @ yii2

A web interface for administration of rbac (CDbAuthManager)

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist project-ufa/yii2-srbac "*"

or add

"project-ufa/yii2-srbac": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \projectufa\srbac\AutoloadExample::widget(); ?>```