project-ufa / yii2-srbac
A web interface for administration of rbac (CDbAuthManager)
Package info
github.com/project-ufa/yii2-srbac
Type:yii2-extension
pkg:composer/project-ufa/yii2-srbac
dev-master
2015-03-24 00:04 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-01 01:04:04 UTC
README
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(); ?>```