PHPackages                             vasadibt/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. [Admin Panels](/categories/admin)
4. /
5. vasadibt/yii2-user

ActiveYii2-extension[Admin Panels](/categories/admin)

vasadibt/yii2-user
==================

Complete user module with login and lock page

1.0.5(4y ago)025MITPHPPHP &gt;=7.4.0

Since Oct 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vasadibt/yii2-user)[ Packagist](https://packagist.org/packages/vasadibt/yii2-user)[ Docs](https://github.com/vasadibt/yii2-user)[ RSS](/packages/vasadibt-yii2-user/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Getting started with Yii2-material-dashboard
============================================

[](#getting-started-with-yii2-material-dashboard)

1. Install via composer
-----------------------

[](#1-install-via-composer)

Yii2-material-dashboard can be installed using composer. Run following command to install:

```
php composer.phar require vasadibt/yii2-user
```

2. Configure backend
--------------------

[](#2-configure-backend)

> **NOTE:** Make sure that you don't have `auth` component configuration in your config files.

Add following lines to your `frontend` os `backend` configuration file:

```
return [
    // ...
    'bootstrap' => [
        // ...
        'auth',
    ],
    // ...
    'modules' => [
        // ...
        'auth' => [
            'class' => 'vasadibt\materialdashboard\Module',
        ],
    ],
    // ...

    'as access' => [
        'class' => \yii\filters\AccessControl::class,
        'rules' => [
            // ...
            [
                'controllers' => [
                    'auth/*',
                ],
                'allow' => true,
            ],
            // ...
        ],
    ],
];
```

3. User model
-------------

[](#3-user-model)

Change user model IdentityInterface to ExtendedIdentityInterface

```
class User extends \yii\db\ActiveRecord implements \yii\web\IdentityInterface
{
    // ....
}
```

change to

```
class User extends \yii\db\ActiveRecord implements \vasadibt\materialdashboard\models\ExtendedIdentityInterface
{
    // todo: add missing functions
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~32 days

Recently: every ~40 days

Total

6

Last Release

1562d ago

### Community

Maintainers

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

---

Top Contributors

[![vasadibt](https://avatars.githubusercontent.com/u/9213794?v=4)](https://github.com/vasadibt "vasadibt (8 commits)")

---

Tags

useryii2extensionmoduledashboard

### Embed Badge

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

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

###  Alternatives

[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)

PHPackages © 2026

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