PHPackages                             githubjeka/yii2-gui-rbac - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. githubjeka/yii2-gui-rbac

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

githubjeka/yii2-gui-rbac
========================

Yii 2 RBAC management GUI interface

v2.0.0(7y ago)8244.9k↑68.6%38[2 issues](https://github.com/githubjeka/gui-rbac-yii2/issues)1BSD-3-ClausePHPPHP &gt;=5.6.0

Since Apr 1Pushed 7y ago17 watchersCompare

[ Source](https://github.com/githubjeka/gui-rbac-yii2)[ Packagist](https://packagist.org/packages/githubjeka/yii2-gui-rbac)[ Docs](https://github.com/githubjeka/gui-rbac-yii2)[ RSS](/packages/githubjeka-yii2-gui-rbac/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (1)

[![Total Downloads](https://camo.githubusercontent.com/182c5fe6b5fbedeb6474ba6c0d63166c94801614224ee20e3af1b7bd737d8b49/68747470733a2f2f706f7365722e707567782e6f72672f6769746875626a656b612f796969322d6775692d726261632f646f776e6c6f616473)](https://packagist.org/packages/githubjeka/yii2-gui-rbac)[![](https://camo.githubusercontent.com/1edf077357649a9320fc9484ff76150a8fc61e8fcc704fa8c727ad8db965dc2c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7365652d44454d4f2d677265656e2e7376673f7374796c653d666c6174)](https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac)[![](https://camo.githubusercontent.com/bb04d8fcda47b0ffcf31fb40baac34342173fc980f8ba1053b7d5fae86d5e335/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f746f5f796969325f69737375652d34322d626c75652e7376673f7374796c653d666c6174)](https://github.com/yiisoft/yii2/issues/42)[![Build Status](https://camo.githubusercontent.com/fd160bff1d6d0e90189e78905596b43e2a5a0f554ab4a46116be35fe19d03112/68747470733a2f2f7472617669732d63692e6f72672f6769746875626a656b612f6775692d726261632d796969322e737667)](https://travis-ci.org/githubjeka/gui-rbac-yii2)

[![http://i.imgur.com/BXTKymp.jpg](https://camo.githubusercontent.com/49eb9caa4f1c9cbdc32c20f2d97193bec5290d2aeed6ee81bb342140bb64524e/687474703a2f2f692e696d6775722e636f6d2f4258544b796d702e6a7067)](https://camo.githubusercontent.com/49eb9caa4f1c9cbdc32c20f2d97193bec5290d2aeed6ee81bb342140bb64524e/687474703a2f2f692e696d6775722e636f6d2f4258544b796d702e6a7067)

How to install
--------------

[](#how-to-install)

🐤 Follow the commands:

- Check that the component `authManager` has been configured.
- Add to your composer.json `"githubjeka/yii2-gui-rbac": "1.0.2"`
- Run `composer update`
- If your project doesn't have to implement rbac then run `yii migrate --migrationPath=@yii/rbac/migrations/`
- Add to `@app/config/main.php` the code:

```
// '/config/web.php' for Basic or '/backend/config/main' - Advanced Yii2 application.
'modules' => [
  'rbac' => [
    'class' => 'githubjeka\rbac\Module',
    'as access' => [ // if you need to set access
      'class' => 'yii\filters\AccessControl',
      'rules' => [
          [
              'allow' => true,
              'roles' => ['@'] // all auth users
          ],
      ]
    ]
  ],
],
```

- go to url `/index.php?r=rbac`

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~349 days

Total

5

Last Release

2666d ago

Major Versions

v1.0.2.x-dev → v2.0.02019-01-29

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

v2.0.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ddab25b4518a59d7c831acc7abc94c849f900b64fa35a8e1018babdda715b16?d=identicon)[githubjeka](/maintainers/githubjeka)

---

Top Contributors

[![githubjeka](https://avatars.githubusercontent.com/u/874234?v=4)](https://github.com/githubjeka "githubjeka (66 commits)")[![robotE13](https://avatars.githubusercontent.com/u/9063763?v=4)](https://github.com/robotE13 "robotE13 (2 commits)")[![bscheshirwork](https://avatars.githubusercontent.com/u/5769211?v=4)](https://github.com/bscheshirwork "bscheshirwork (1 commits)")

---

Tags

rbacyii2guirbacyii2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/githubjeka-yii2-gui-rbac/health.svg)

```
[![Health](https://phpackages.com/badges/githubjeka-yii2-gui-rbac/health.svg)](https://phpackages.com/packages/githubjeka-yii2-gui-rbac)
```

###  Alternatives

[2amigos/yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension

298275.5k14](/packages/2amigos-yii2-usuario)[liujx/yii2-app-advanced

Yii2 ace-admin RBAC management background

1301.4k](/packages/liujx-yii2-app-advanced)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
