PHPackages                             polgarz/evolun-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. polgarz/evolun-user

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

polgarz/evolun-user
===================

User extension for Evolun

0.1.2(6y ago)0411BSD-3-ClausePHP

Since Mar 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/polgarz/evolun-user)[ Packagist](https://packagist.org/packages/polgarz/evolun-user)[ RSS](/packages/polgarz-evolun-user/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (1)

User module for Evolun
======================

[](#user-module-for-evolun)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist polgarz/evolun-user "@dev"

```

or add

```
"polgarz/evolun-user": "@dev"

```

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

Migration
---------

[](#migration)

```
php yii migrate/up --migrationPath=@vendor/polgarz/evolun-user/migrations

```

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

[](#configuration)

```
'components' => [
    ...
    'user' => [
        'identityClass' => 'evolun\user\models\User',
        'enableAutoLogin' => true,
        'loginUrl' => ['user/default/login'],
    ],
]
```

```
'modules' => [
    'user' => [
        'class' => 'evolun\user\Module',
        'modules' => [
            'profile' => [
                'class' => 'evolun\user\modules\profile\Module',
            ],
            'event' => [
                'class' => 'evolun\user\modules\event\Module',
            ],
        ]
    ],
],
```

Available submodules (tabs)
---------------------------

[](#available-submodules-tabs)

- Profile
- Event (you need to install the [evolun-event](https://github.com/polgarz/evolun-event) extension to use this submodule)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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 ~3 days

Total

3

Last Release

2249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bd59294e0c2497b5a128a657f8475623f5de95fad443efd6bea81d8dfadf87c?d=identicon)[polgarz](/maintainers/polgarz)

---

Top Contributors

[![polgarz](https://avatars.githubusercontent.com/u/6307300?v=4)](https://github.com/polgarz "polgarz (19 commits)")

---

Tags

uservolunteerevolunvolunteering systemvolunteering

### Embed Badge

![Health badge](/badges/polgarz-evolun-user/health.svg)

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

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[2amigos/yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension

298275.5k14](/packages/2amigos-yii2-usuario)[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)[org_heigl/hybridauth

Lightweight Authentication Module for Zend-Framework 2 using the hybridauth-library

211.9k](/packages/org-heigl-hybridauth)

PHPackages © 2026

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