PHPackages                             devgroup/yii2-users-module - 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. devgroup/yii2-users-module

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

devgroup/yii2-users-module
==========================

Yii2 users and rbac module

375121PHP

Since Jan 13Pushed 9y ago6 watchersCompare

[ Source](https://github.com/DevGroup-ru/yii2-users-module)[ Packagist](https://packagist.org/packages/devgroup/yii2-users-module)[ RSS](/packages/devgroup-yii2-users-module/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (1)

yii2-users-module
=================

[](#yii2-users-module)

Users and RBAC module for Yii2

Extension provides basic set of Users, Roles and Permissions

Installation
------------

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist devgroup/yii2-users-module "*"

```

or add

```
"devgroup/yii2-users-module": "*"

```

After it you should execute migrations:

```
/usr/bin/php yii migrate --migrationPath=@DevGroup/Users/migrations
```

After performing the previous steps `admin` super user will be available in the system with following credentials:

- login : admin
- password: admin (password is temporary)

Base Routes
-----------

[](#base-routes)

### Backend RBAC Management

[](#backend-rbac-management)

- list: `/users/rbac-manage`
- edit: `/users/rbac-manage/edit?params`
- delete: `/users/rbac-manage/delete?params`

### Backend Users Management

[](#backend-users-management)

- list: `/users/users-manage`
- edit: `/users/users-manage/edit?params`
- delete: `/users/users-manage/delete?params`

Inspiration sources
-------------------

[](#inspiration-sources)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/19c9303caa5846f2500a35018dcbd3c7f07c74e30efc1bbf7878d54157ab9c4f?d=identicon)[bethrezen](/maintainers/bethrezen)

---

Top Contributors

[![bethrezen](https://avatars.githubusercontent.com/u/260284?v=4)](https://github.com/bethrezen "bethrezen (18 commits)")[![Hector68](https://avatars.githubusercontent.com/u/920564?v=4)](https://github.com/Hector68 "Hector68 (16 commits)")[![fps01](https://avatars.githubusercontent.com/u/2114997?v=4)](https://github.com/fps01 "fps01 (6 commits)")

### Embed Badge

![Health badge](/badges/devgroup-yii2-users-module/health.svg)

```
[![Health](https://phpackages.com/badges/devgroup-yii2-users-module/health.svg)](https://phpackages.com/packages/devgroup-yii2-users-module)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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