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

ActiveYii2-extension

suver/yii2-users
================

You users

1.0.0(9y ago)044Apache-2.0PHP

Since Oct 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/suver/yii2-users)[ Packagist](https://packagist.org/packages/suver/yii2-users)[ RSS](/packages/suver-yii2-users/feed)WikiDiscussions master Synced 2mo ago

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

Frapse Users
============

[](#frapse-users)

Your Users

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

[](#installation)

Either run

```
php composer.phar require suver/yii2-users

```

or add

```
"suver/yii2-users": "*"

```

Install migrations

```
// install module migrations
yii migrate --migrationPath=@vendor/suver/yii2-users/migrations

// install system rbac migrations
yii migrate --migrationPath=@yii/rbac/migrations
```

Configurations
--------------

[](#configurations)

Add this module in your `modules` and `bootsrap` directive

```
'bootstrap' => [
    'notifications',
],
'modules' => [
    'notifications' => [
        'class' => 'suver\behavior\notifications\Module',
        //      if you wont changed GridView or DataView classes
        //'dataViewWidget' => '\backend\widgets\DataView',
        //'gridViewWidget' => '\backend\widgets\GridView',
    ],
],
'components' => [
    'yii2-users' => [
        'class' => 'yii\rbac\DbManager',
    ],
];

```

or if you wont include module with access rule configuration you must configure module with `as access` directive like example

```
'bootstrap' => [
    'notifications',
],
'modules' => [
        'notifications' => [
            'class' => 'suver\behavior\notifications\Module',
            'as access' => [
                'class' => 'yii\filters\AccessControl',
                'rules' => [
                    [
                        'controllers'=>['notifications/default'],
                        'allow' => true,
                        'roles' => ['@']
                    ],
                    [
                        'controllers'=>['notifications/list'],
                        'allow' => true,
                        'roles' => ['@']
                    ],
                    [
                        'controllers'=>['notifications/template'],
                        'allow' => true,
                        'roles' => ['@']
                    ],
                ]
            ]
        ],
    ],

```

How USE
-------

[](#how-use)

```
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3502d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

yii2extensionUsersfarpserbck

### Embed Badge

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

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[budyaga/yii2-users

Module for manage users and their rights with the support of registration through social services and assigned to each user more than one social service.

409.1k](/packages/budyaga-yii2-users)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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