PHPackages                             simple-yii2/user - 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. simple-yii2/user

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

simple-yii2/user
================

User module for Yii 2 framework

1.1.0(8y ago)0182[5 issues](https://github.com/simple-yii2/user/issues)BSD-3-ClausePHP

Since Dec 17Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (11)Used By (0)

User
====

[](#user)

User module for Yii PHP Framework Version 2

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

[](#installation)

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

Either run

```
composer require simpleyiicms/user:dev-master

```

or add

```
"simpleyiicms/user": "dev-master"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Make shure that auth manager is configured.

```
return [
    // ...
    'components' => [
        'authManager' => [
            'class' => 'yii\rbac\DbManager',
        ],
        // ...
    ],
];
```

Add backend and frontend parts into your config :

```
return [
    // ...
    'modules' => [
        'user' => 'user\backend\Module',
        // ...
    ],
];
```

Use module User application component instead native.

```
return [
    // ...
    'components' => [
        'user' => [
            'class' => 'user\common\components\User',
            'identityClass' => 'user\common\models\User',
            'loginUrl' => ['user/login/index'],
        ],
        // ...
    ],
];
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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 ~22 days

Recently: every ~43 days

Total

10

Last Release

3227d ago

Major Versions

0.10.1 → 1.0.02017-01-18

### Community

Maintainers

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

---

Top Contributors

[![dkhlystov](https://avatars.githubusercontent.com/u/9457517?v=4)](https://github.com/dkhlystov "dkhlystov (80 commits)")

---

Tags

useryii2module

### Embed Badge

![Health badge](/badges/simple-yii2-user/health.svg)

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

###  Alternatives

[amnah/yii2-user

Yii 2 user authentication module

252225.7k3](/packages/amnah-yii2-user)[2amigos/yii2-usuario

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

298275.5k14](/packages/2amigos-yii2-usuario)[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)[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)

PHPackages © 2026

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