PHPackages                             budanoff/yii2-synch-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. budanoff/yii2-synch-user

ActiveYii2-extension

budanoff/yii2-synch-user
========================

Расширение для синхронизации пользователей ИАС Мониторинг (для подсистем программного комплекса))

0420PHP

Since Apr 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/budanoff/yii2-synch-user)[ Packagist](https://packagist.org/packages/budanoff/yii2-synch-user)[ RSS](/packages/budanoff-yii2-synch-user/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Расширения для синхронизации пользователей ИАС Мониторинг
=========================================================

[](#расширения-для-синхронизации-пользователей-иас-мониторинг)

Расширение для синхронизации пользователей ИАС Мониторинг (для подсистем программного комплекса))

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist budanoff/yii2-synch-user:dev-master

```

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

Usage
-----

[](#usage)

update config file web.php:

```
    'modules'=>[
            ...
            'synchuser' => [
                'class' => 'budanoff\synchuser\Module',
                'secret_key' => ''//insert secret key
            ],
            ...
        ],
```

Make the route public:

```
    'as access' => [
            'class' => '',
            'allowActions' => [
                ...
                'synchuser/*'
            ]
        ],
```

You can customize roles for user. At block 'synchuser' add array like this:

```
'role' => [
                "podved" => "user",
                "other_podved" => "user",
                "dep10" => [
                    "dep10",
                    "user"
                ]
            ]
```

for reload role of user everytime:

```
'reload_role' => true,
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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/51f8094a433c414400afbb3ab1641fa47498c15682963c4c3dc4e4f5e35e5c4d?d=identicon)[budanoff](/maintainers/budanoff)

---

Top Contributors

[![budanov](https://avatars.githubusercontent.com/u/14978506?v=4)](https://github.com/budanov "budanov (17 commits)")

### Embed Badge

![Health badge](/badges/budanoff-yii2-synch-user/health.svg)

```
[![Health](https://phpackages.com/badges/budanoff-yii2-synch-user/health.svg)](https://phpackages.com/packages/budanoff-yii2-synch-user)
```

PHPackages © 2026

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