PHPackages                             maniakalen/yii2-auth - 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. maniakalen/yii2-auth

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

maniakalen/yii2-auth
====================

Yii2 Auth rbac module

1.0.0(6y ago)01NPOSL-3.0PHPPHP &gt;=5.4.0

Since Oct 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/maniakalen/yii2-auth)[ Packagist](https://packagist.org/packages/maniakalen/yii2-auth)[ RSS](/packages/maniakalen-yii2-auth/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Yii2 Auth to give the yii2-rbac module a GUI
============================================

[](#yii2-auth-to-give-the-yii2-rbac-module-a-gui)

Yii2 Auth extends the yii2-rbac and is useful for when you use database for defining roles and permissions.

To execute migrations:

```
php yii migrate/up --migration-namespaces=maniakalen\\auth\\migrations

```

This will import all the permissions required to manipulate the database.

Module configuration

```
'auth' => [
    'class' => \maniakalen\auth\Module::class,
    'components' => [
        'controlManager' => [
            'class' => \maniakalen\auth\models\AuthControlManager::class,
            'userClass' => User::class
        ]
    ]
]

```

The module defines rbac category for translations.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2406d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ace638287023aa696a06ee19a6b8637e5bbe215ff68d89b897c5d39c51c4b358?d=identicon)[maniakalen](/maintainers/maniakalen)

---

Top Contributors

[![maniakalen](https://avatars.githubusercontent.com/u/4747524?v=4)](https://github.com/maniakalen "maniakalen (1 commits)")

---

Tags

phpauthrbacyii2

### Embed Badge

![Health badge](/badges/maniakalen-yii2-auth/health.svg)

```
[![Health](https://phpackages.com/badges/maniakalen-yii2-auth/health.svg)](https://phpackages.com/packages/maniakalen-yii2-auth)
```

###  Alternatives

[liujx/yii2-app-advanced

Yii2 ace-admin RBAC management background

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

RBAC Auth manager for Yii2

381.0k1](/packages/jinxing-yii2-admin)[izyue/yii2-admin

RBAC Auth manager for Yii2

391.8k](/packages/izyue-yii2-admin)

PHPackages © 2026

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