project-ufa/yii2-srbac

A web interface for administration of rbac (CDbAuthManager)

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 2

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2025-07-05 21:18:19 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(); ?>```