fourteenmeister/yii2-rbac

This package is abandoned and no longer maintained. No replacement package was suggested.

CRUD of access rights

Installs: 140

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 1

Open Issues: 1

Type:yii2-extension

dev-master 2014-12-16 08:23 UTC

This package is not auto-updated.

Last update: 2018-05-29 15:34:59 UTC


README

CRUD of access rights

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist fourteenmeister/yii2-rbac "*"

or add

"fourteenmeister/yii2-rbac": "*"

to the require section of your composer.json file.

Usage