fourteenmeister/yii2-rbac

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

CRUD of access rights

Maintainers

Package info

github.com/fourteenmeister/yii2-rbac

Type:yii2-extension

pkg:composer/fourteenmeister/yii2-rbac

Statistics

Installs: 140

Dependents: 1

Suggesters: 0

Stars: 4

Open Issues: 1

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