mutogen/yii2-rbac-widget

This small extension helps you to see whole rbac hierarchy by each role and see hierarchy for current user

Maintainers

Package info

github.com/MUTOgen/yii2-rbac-widget

Type:yii2-extension

pkg:composer/mutogen/yii2-rbac-widget

Statistics

Installs: 116

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

dev-master 2014-06-20 15:38 UTC

This package is not auto-updated.

Last update: 2026-03-24 08:43:03 UTC


README

This small extension helps you to see whole rbac hierarchy by each role and see hierarchy for current user

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"mutogen/yii2-rbac-widget": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \mutogen\rbacw\Hierarchy::widget(); ?>

Options

userId - user's id for permissions list

class - full user's class name