PHPackages                             bariew/yii2-user-cms-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. bariew/yii2-user-cms-module

ActiveYii2-extension

bariew/yii2-user-cms-module
===========================

User module

1.0.0(10y ago)0283BSD-3-ClausePHP

Since Apr 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bariew/yii2-user-cms-module)[ Packagist](https://packagist.org/packages/bariew/yii2-user-cms-module)[ RSS](/packages/bariew-yii2-user-cms-module/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Yii2 user module.
=================

[](#yii2-user-module)

Standard yii2 module for user management.

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

[](#installation)

1. Mention module class in app config

```
'modules' => [
    ...
    'user' => [
        'class' => 'bariew\userModule\Module',
        'params' => [
            'emailConfirm' => false, // whether registration email confirm is required
            'resetTokenExpireSeconds' => 86400 // seconds till password reset token expires
        ]
    ]
]

```

2. Set app user component identity class.

```
'components' => [
    ...
    'user' => [
        'identityClass' => 'bariew\userModule\models\User',
    ],
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'google' => [
                'class' => 'yii\authclient\clients\GoogleOAuth',
                'clientId' => 'google_client_id',
                'clientSecret' => 'google_client_secret',
            ],
            'facebook' => [
                'class' => 'yii\authclient\clients\Facebook',
                'clientId' => 'facebook_client_id',
                'clientSecret' => 'facebook_client_secret',
            ],
        ],
    ]
]

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Every ~56 days

Total

2

Last Release

3623d ago

Major Versions

1.0.0 → 2.0.0-alpha.12016-06-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/8214f36975034f4134506744cd956e8415491006c1b3512af22bf75f91165f06?d=identicon)[bariew](/maintainers/bariew)

---

Top Contributors

[![bariew](https://avatars.githubusercontent.com/u/827508?v=4)](https://github.com/bariew "bariew (35 commits)")

---

Tags

usercmsyii2module

### Embed Badge

![Health badge](/badges/bariew-yii2-user-cms-module/health.svg)

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

###  Alternatives

[luyadev/luya-module-cms

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

32176.1k18](/packages/luyadev-luya-module-cms)[luyadev/luya-bootstrap4

Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.

1843.9k3](/packages/luyadev-luya-bootstrap4)[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)[skeeks/cms-shop

Интернет магазин для SkeekS CMS

145.5k20](/packages/skeeks-cms-shop)

PHPackages © 2026

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