PHPackages                             mavs1971/yii2-mavsuser - 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. mavs1971/yii2-mavsuser

ActiveYii2-extension

mavs1971/yii2-mavsuser
======================

Yii2 user registration and authentication module

05PHP

Since Jun 9Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-User
=========

[](#yii2-user)

Yii2-User provides a web interface for advanced access control, user management and includes following features:

> **NOTE:** Module is not yet in alpha version. Use it on your own risk. Some features are missing. Anything can be changed at any time.

**Works only with [Yii2 app advanced startup kit](https://github.com/abhi1693/yii2-app-advanced-startup-kit)**

- Configurable Settings
    - Account(Login, Register, Password Reset, Password Recovery etc.)
    - Profile
    - Admin
- Notification Settings
- Ability to upload avatar
- Rbac Implementation
- Configurable Widgets
- All settings configurable via GUI

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

This document will guide you through the process of installing Yii2-User using **composer**.

Add Yii2-User to the require section of your **composer.json** file:

```
{
    "require": {
        "mavs1971/yii2-mavsuser": "*"
    }
}
```

And run following command to download extension using **composer**:

```
$ composer update
```

### Configuration

[](#configuration)

To enable module you should configure your application as follows:

```
		'modules'    => [
		...
			'user'      => [
				'class'  => \abhimanyu\user\UserModule::className(),
			],
        ],
		'components' => [
		...
			'user'       => [
				'identityClass' => \abhimanyu\user\models\UserIdentity::className(),
				'loginUrl'      => ['/user/auth/login'],
			],
		],
```

### Updating database schema

[](#updating-database-schema)

Run application `Self-Test` to update the database.

#### Why feature *X* is missing?

[](#why-feature-x-is-missing)

Because it is not implemented yet or will never be implemented. Check out roadmap.

#### How to contribute?

[](#how-to-contribute)

Contributing instructions are located in [CONTRIBUTING.md](CONTRIBUTING.md) file.

Roadmap
-------

[](#roadmap)

- User Registration
- Password Retrieval
- Account Management
- Profile Management
- Console Commands
- User Management Interface
- Documentation
- Compatibility with MySQL
- Compatibility with other databases
- Compatibility with other templates

Change Log
----------

[](#change-log)

Refer to [Change Logs](CHANGE.md)

License
-------

[](#license)

Yii2-user is released under the MIT License. See the bundled [LICENSE](LICENSE) for details.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e19e077f1bea6afdb30b6e5167efeba72b5f2e9988ae85b5151bf131cd6357a?d=identicon)[mavs1971](/maintainers/mavs1971)

---

Top Contributors

[![mavs1971](https://avatars.githubusercontent.com/u/13508859?v=4)](https://github.com/mavs1971 "mavs1971 (5 commits)")

### Embed Badge

![Health badge](/badges/mavs1971-yii2-mavsuser/health.svg)

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

PHPackages © 2026

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