PHPackages                             dvizh/yii2-production - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dvizh/yii2-production

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

dvizh/yii2-production
=====================

Module for Yii2 who provide constructor of products for system

0141PHP

Since Sep 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/pistol88/yii2-production)[ Packagist](https://packagist.org/packages/dvizh/yii2-production)[ RSS](/packages/dvizh-yii2-production/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-production
===============

[](#yii2-production)

Сбор продуктов из любых компонентов.

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

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

Выполнить команду

```
php composer require dvizh/yii2-production "@dev"

```

Или добавить в секцию require composer.json

```
"dvizh/yii2-production": "@dev",

```

И выполнить

```
php composer install

```

Далее, мигрируем базу:

```
php yii migrate --migrationPath=vendor/dvizh/yii2-production/src/migrations

```

Подключение и настройка
-----------------------

[](#подключение-и-настройка)

В конфигурационный файл приложения добавить компонент production

```
    'components' => [
        'production' => [
            'class' => 'dvizh\production\Production',
        ],
        //...
    ]
```

И модуль

```
    'modules' => [
        'production' => [
            'class' => 'dvizh\production\Module',
        ],
        //...
    ]
```

Использование
-------------

[](#использование)

Чтобы произвести что-то, нужно вызывать метод produce

yii::$app-&gt;production-&gt;produce($template);

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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://avatars.githubusercontent.com/u/8104605?v=4)[pistol88](/maintainers/pistol88)[@pistol88](https://github.com/pistol88)

---

Top Contributors

[![pistol88](https://avatars.githubusercontent.com/u/8104605?v=4)](https://github.com/pistol88 "pistol88 (10 commits)")[![halumein](https://avatars.githubusercontent.com/u/5361342?v=4)](https://github.com/halumein "halumein (5 commits)")

### Embed Badge

![Health badge](/badges/dvizh-yii2-production/health.svg)

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

PHPackages © 2026

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