PHPackages                             bricksasp/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. bricksasp/rbac

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

bricksasp/rbac
==============

bricksasp 权限模块

1.0(6y ago)0411PHP

Since Jan 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/bricksasp/rbac)[ Packagist](https://packagist.org/packages/bricksasp/rbac)[ RSS](/packages/bricksasp-rbac/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

rbac
====

[](#rbac)

简介
--

[](#简介)

bricksasp 权限模块

安装
--

[](#安装)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist bricksasp/rbac: "~1.0"

```

or add

```
"bricksasp/rbac": "~1.0"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure the Connection class in your application configuration:

```
return [
    //....
    'components' => [
        'rbac' => [
            'class' => 'bricksasp\rbac\Module',
        ],
    ]
];
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

2305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d87bb82bbc1dfebb437157199c30f8b18a977401d01a2523dced6745e53b0e8?d=identicon)[tyy](/maintainers/tyy)

---

Top Contributors

[![deepsea-tyy](https://avatars.githubusercontent.com/u/16817929?v=4)](https://github.com/deepsea-tyy "deepsea-tyy (3 commits)")

---

Tags

rbacyii2

### Embed Badge

![Health badge](/badges/bricksasp-rbac/health.svg)

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

###  Alternatives

[2amigos/yii2-usuario

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

298275.5k14](/packages/2amigos-yii2-usuario)[letyii/yii2-rbac-cached

Cached for yii2 RBAC

112.2k](/packages/letyii-yii2-rbac-cached)

PHPackages © 2026

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