PHPackages                             jakharbek/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jakharbek/yii2-users

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

jakharbek/yii2-users
====================

Users

1.1(7y ago)1170MITPHP

Since May 29Pushed 7y agoCompare

[ Source](https://github.com/jakharbek/yii2-users)[ Packagist](https://packagist.org/packages/jakharbek/yii2-users)[ RSS](/packages/jakharbek-yii2-users/feed)WikiDiscussions master Synced yesterday

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

Users Functionality
===================

[](#users-functionality)

Users Functionality

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist jakharbek/yii2-users "*"

```

or add

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

```

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

Configuration
-------------

[](#configuration)

Connect the module to the public (frontend) part:

module path

```
jakharbek\users\modules\user\Module

```

and specify the path to the token confirmation controller

```
'confirmLink', 'unConfirmLink'

```

example

```
'modules' => [

	...

	'users' => [
            'class' => 'jakharbek\users\modules\user\Module',
            'confirmLink' => 'http://sitename.loc/users/token/confirm?token=',
            'unConfirmLink' => 'http://sitename.loc/users/token/unconfirm?token=',
        ],
    ],

```

Connect the module to the admin (backend) part:

module path

```
jakharbek\users\modules\admin\Module

```

and specify the path to the token confirmation controller from frontend public part

```
'confirmLink', 'unConfirmLink'

```

example

```
'modules' => [

	...

	'users' => [
            'class' => 'jakharbek\users\modules\admin\Module',
            'confirmLink' => 'http://sitename.loc/users/token/confirm?token=',
            'unConfirmLink' => 'http://sitename.loc/users/token/unconfirm?token=',
        ],
    ],

```

After you have to connect the controllers

```
'controllerMap' => [
        'login' => 'jakharbek\users\modules\admin\controllers\LoginController',
        'logout' => 'jakharbek\users\modules\admin\controllers\LogoutController',
    ],

```

and you also need to configure the mail component and should be under the mailer ID

and add in main params your email

```
[
    'email_from' => 'your@mail',
]

```

and you must make migration. you can find migrations from folder migrations in extension's folder

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

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

2905d ago

### Community

Maintainers

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

---

Top Contributors

[![jakharbek](https://avatars.githubusercontent.com/u/31648260?v=4)](https://github.com/jakharbek "jakharbek (2 commits)")

---

Tags

yii2extension

### Embed Badge

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

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

###  Alternatives

[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)

PHPackages © 2026

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