PHPackages                             latik/yii-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. latik/yii-user

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

latik/yii-user
==============

The users module for yii application.

015PHP

Since Jan 13Pushed 9y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii-user
========

[](#yii-user)

Yii 1.\* for registration and management users accounts.

Features:

- Login from User Name or Email
- Registration
- Password recovery (send email)
- Manage Users

Installation
============

[](#installation)

Download using composer
-----------------------

[](#download-using-composer)

```
$ php composer.phar require latik/yii-user:dev-master
```

Configure app
-------------

[](#configure-app)

Change your config main:

```
    'aliases' => array(
        'vendor' => realpath(__DIR__ . '/../../vendor')
    ),

    'import' => array(
    #...
        'vendor.latik.yii-user.models.*',
        'vendor.latik.yii-user.components.*',
    ),

    'modules'=>array(
    #...
        'user' => array(
            'class' => 'vendor.latik.yii-user.UserModule',
         ),
    ),

    'components'=>array(
    #....
    'user' => array(
        'class' => 'WebUser',
        'allowAutoLogin' => false,
        'loginUrl' => ['/user/login'],
        'autoUpdateFlash' => false
    ),
```

Updating database schema
------------------------

[](#updating-database-schema)

Run command:

```
    yiic migrate --migrationPath=vendor.latik.yii-user.migrations
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5222cb1e2c12d549f42a50b36cfe882b81f244b113c2a8d249334ee6aab8cd3a?d=identicon)[latik](/maintainers/latik)

---

Top Contributors

[![latik](https://avatars.githubusercontent.com/u/301773?v=4)](https://github.com/latik "latik (6 commits)")

### Embed Badge

![Health badge](/badges/latik-yii-user/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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