PHPackages                             wdmg/yii2-profiles - 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. wdmg/yii2-profiles

ActiveYii2-extension

wdmg/yii2-profiles
==================

System of accounting user profiles

1.1.0(2y ago)02321MITPHP

Since Jan 17Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (6)Versions (4)Used By (1)

[![Yii2](https://camo.githubusercontent.com/dccea8d8aeed2f3bbad8d539958795bf54a03a62c61f496084516c1b1845a9ee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72657175697265642d596969325f76322e302e33332d626c75652e737667)](https://packagist.org/packages/yiisoft/yii2)[![Downloads](https://camo.githubusercontent.com/53c538fa644ce8dc1605c57a02751a66e9e8343d6b5583e1fedf82b6104d4c37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77646d672f796969322d70726f66696c65732e737667)](https://packagist.org/packages/wdmg/yii2-profiles)[![Packagist Version](https://camo.githubusercontent.com/c5e8c22487bfd7f2918e9d46dd8a8be31c14a55961fd441b177b64a0c65b39e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77646d672f796969322d70726f66696c65732e737667)](https://packagist.org/packages/wdmg/yii2-profiles)[![Progress](https://camo.githubusercontent.com/315c55c18b58f54e699e6de550cbbec72c9adeebced7d22e2822458e07822fb3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f67726573732d696e5f646576656c6f706d656e742d7265642e737667)](https://camo.githubusercontent.com/315c55c18b58f54e699e6de550cbbec72c9adeebced7d22e2822458e07822fb3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f67726573732d696e5f646576656c6f706d656e742d7265642e737667)[![GitHub license](https://camo.githubusercontent.com/6b85c34f3c6c4896c65f48371e3efc95d7401de31c54dcee9e12bbb97b2dedba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f77646d672f796969322d70726f66696c65732e737667)](https://github.com/wdmg/yii2-profiles/blob/master/LICENSE)

Yii2 User profiles
==================

[](#yii2-user-profiles)

System of managing user profiles

Requirements
============

[](#requirements)

- PHP 5.6 or higher
- Yii2 v.2.0.40 and newest
- [Yii2 Base](https://github.com/wdmg/yii2-base) module (required)
- [Yii2 Users](https://github.com/wdmg/yii2-users) module (required)

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

[](#installation)

To install the module, run the following command in the console:

`$ composer require "wdmg/yii2-profiles"`

After configure db connection, run the following command in the console:

`$ php yii profiles/init`

And select the operation you want to perform:

1. Apply all module migrations
2. Revert all module migrations

Migrations
==========

[](#migrations)

In any case, you can execute the migration and create the initial data, run the following command in the console:

`$ php yii migrate --migrationPath=@vendor/wdmg/yii2-profiles/migrations`

Configure
=========

[](#configure)

To add a module to the project, add the following data in your configuration file:

```
'modules' => [
    ...
    'profiles' => [
        'class' => 'wdmg\profiles\Module',
        'routePrefix' => 'admin',
        'supportLocales' => [
            'ru-RU',
            'uk-UA',
            'en-US'
        ],
        'reservedFields' => [
            'admin',
            'administrator',
            'root',
            'superuser',
            'supervisor',
            'timezone'
        ]
    ],
    ...
],

```

Routing
=======

[](#routing)

Use the `Module::dashboardNavItems()` method of the module to generate a navigation items list for NavBar, like this:

```

```

Status and version \[in progress development\]
==============================================

[](#status-and-version-in-progress-development)

- v.1.1.0 - Update copyrights, fix menu dashboard
- v.1.0.0 - Added CRUD for profiles and custom fields
- v.0.0.1 - Module, models, component, translations and migrations

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

1041d ago

Major Versions

0.0.1 → 1.0.02021-01-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1635637?v=4)[Alexsander Vyshnyvetskyy](/maintainers/alex-wdmg)[@alex-wdmg](https://github.com/alex-wdmg)

---

Top Contributors

[![alex-wdmg](https://avatars.githubusercontent.com/u/1635637?v=4)](https://github.com/alex-wdmg "alex-wdmg (13 commits)")

---

Tags

yii2profileswdmgyii2-profilesuser profiles

### Embed Badge

![Health badge](/badges/wdmg-yii2-profiles/health.svg)

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

PHPackages © 2026

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