project-ufa/yii2-srbac

A web interface for administration of rbac (CDbAuthManager)

Maintainers

Package info

github.com/project-ufa/yii2-srbac

Wiki

Type:yii2-extension

pkg:composer/project-ufa/yii2-srbac

Statistics

Installs: 31

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

dev-master 2015-03-24 00:04 UTC

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(); ?>```