2017 © Pedro PelĂĄez
 

yii2-extension yii2-rbac

Module containing additional RBAC management interfaces

image

humanized/yii2-rbac

Module containing additional RBAC management interfaces

  • Friday, February 26, 2016
  • by jeffrey.geyssens
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2-RBAC - README

Yii2, (*1)

Provides various interfaces to deal with routine RBAC tasks., (*2)

This extension is under heavy development and requires the use of Yii framework version 2.0.7 This version of the framework is currently in-active development, (*3)

This module should be considered highly unstable and it's use is discouraged until further notice (really), (*4)

Features

This module aims to be a clean, modular and simple RBAC-administration module that can be used for Yii 2 projects version 2.0.7 and up., (*5)

A first goal is to provide a complete CLI wrapper to the default Yii2 RBAC interface. For this, the interface is kept as close to the programmatic interface as possible., (*6)

Installation

Install Using Composer

The preferred way to install this extension is through composer., (*7)

Either run, (*8)

$ php composer.phar require humanized/yii2-rbac "dev-master"

or add, (*9)

"humanized/yii2-rbac": "dev-master"

to the require section of your composer.json file., (*10)

Add Module to Configuration

Add following lines to the configuration file:, (*11)

'modules' => [
    'rbac' => [
        'class' => 'humanized\rbac\Module',
    ],
],

The Versions

26/02 2016

dev-master

9999999-dev

Module containing additional RBAC management interfaces

  Sources   Download

GPL-3.0

The Requires

 

by Jeffrey Geyssens
by François-Xavier de Saint Pern

auth yii2 helper cli rbac gui auth_manager