PHPackages                             pavlinter/yii2-adm-params - 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. pavlinter/yii2-adm-params

ActiveYii2-extension

pavlinter/yii2-adm-params
=========================

Yii2: Adm-Params Модуль для Adm CMS

v1.1.4(8y ago)12091BSD 3-ClausePHP

Since Jan 23Pushed 8y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (8)Used By (1)

Yii2: Adm-Params Модуль для Adm CMS
===================================

[](#yii2-adm-params-модуль-для-adm-cms)

Установка
---------

[](#установка)

Удобнее всего установить это расширение через [composer](http://getcomposer.org/download/).

```
   "pavlinter/yii2-adm-params": "*",

```

Настройка
---------

[](#настройка)

```
'on beforeRequest' => function ($event) {
    $params = \pavlinter\admparams\models\Params::bootstrap();
    Yii::$app->params = \yii\helpers\ArrayHelper::merge(Yii::$app->params, $params);
},
'modules' => [
    ...
    'adm' => [
        ...
        'modules' => [
            'admparams'
        ],
        ...
    ],
    'admparams' => [
        'class' => 'pavlinter\admparams\Module',
    ],
    ...
],
```

Запустить миграцию
------------------

[](#запустить-миграцию)

```
yii migrate --migrationPath=@vendor/pavlinter/yii2-adm-params/admparams/migrations
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~168 days

Total

7

Last Release

3202d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa81148f518734b069ef57f90038de857b4022a2a1b8d59a0f75ccada1747409?d=identicon)[pavlinter](/maintainers/pavlinter)

---

Top Contributors

[![pavlinter](https://avatars.githubusercontent.com/u/6838002?v=4)](https://github.com/pavlinter "pavlinter (21 commits)")

---

Tags

cmsyii2paramsadmadm-params

### Embed Badge

![Health badge](/badges/pavlinter-yii2-adm-params/health.svg)

```
[![Health](https://phpackages.com/badges/pavlinter-yii2-adm-params/health.svg)](https://phpackages.com/packages/pavlinter-yii2-adm-params)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[luyadev/luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

8086.9k2](/packages/luyadev-luya)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[yeesoft/yii2-yee-cms

Yee CMS Based on Yii 2 Advanced Project Template

1464.0k](/packages/yeesoft-yii2-yee-cms)

PHPackages © 2026

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