PHPackages                             murat-celik/usermanagement - 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. murat-celik/usermanagement

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

murat-celik/usermanagement
==========================

v1.0(9y ago)016CSS

Since Nov 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/murat-celik/usermanagement)[ Packagist](https://packagist.org/packages/murat-celik/usermanagement)[ RSS](/packages/murat-celik-usermanagement/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

user-managment
==============

[](#user-managment)

Installation

Either run

```
  composer require murat-celik/usermanagement
```

Or

Download Manuel and create folder modules in your web app. and copy the user folder in your modules folder.

Configuration

1. In your config/web.php change your home url after login redirect anywhere.

```
  'homeUrl'=>'site/index',
```

2. In your config/web.php

```
'modules' => [
        'user' => [
            'class' => 'app\modules\user\UserModule',
        ],
    ],
```

```
 'components' => [
        'authManager' => [
            'class' => 'yii\rbac\DbManager',
        ],
        'user' => [
            'identityClass' => 'app\modules\user\components\UserIdentity',
            'enableAutoLogin' => true,
        ],
    ]
```

3. Execute sql script file in modules/user/migrations/USER\_RBAC.sql
4. Extend your CustomController based RootController

```
  use app\modules\user\components\RootController;
```

```
class  CustomController extends RootController {
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 95.3% 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

3514d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/94920868?v=4)[Murat Alp Celik](/maintainers/murat-celik)[@murat-celik](https://github.com/murat-celik)

---

Top Contributors

[![muratcelik27](https://avatars.githubusercontent.com/u/10754763?v=4)](https://github.com/muratcelik27 "muratcelik27 (41 commits)")[![kaan-yilmaz](https://avatars.githubusercontent.com/u/6748113?v=4)](https://github.com/kaan-yilmaz "kaan-yilmaz (2 commits)")

### Embed Badge

![Health badge](/badges/murat-celik-usermanagement/health.svg)

```
[![Health](https://phpackages.com/badges/murat-celik-usermanagement/health.svg)](https://phpackages.com/packages/murat-celik-usermanagement)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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