PHPackages                             dvizh/yii2-review - 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-review

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

dvizh/yii2-review
=================

review for a some yii2-model

2986[1 issues](https://github.com/dvizh/yii2-review/issues)PHP

Since Feb 17Pushed 8y agoCompare

[ Source](https://github.com/dvizh/yii2-review)[ Packagist](https://packagist.org/packages/dvizh/yii2-review)[ RSS](/packages/dvizh-yii2-review/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-review
===========

[](#yii2-review)

Модуль добавления отзывов для товара.

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

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

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

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

```

Или добавить в composer.json

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

```

И выполнить

```
php composer update

```

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

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

```

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

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

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

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

Виджеты
-------

[](#виджеты)

За вывод формы заказа отвечает виджет dvizh\\review\\widgets\\ReviewForm

```

Выведет список отзывов о переданном продукте:

Выведет форму добавления отзыва о продукте:

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.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 (6 commits)")[![PROloggg](https://avatars.githubusercontent.com/u/25814457?v=4)](https://github.com/PROloggg "PROloggg (1 commits)")

### Embed Badge

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

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

###  Alternatives

[jasny/bootstrap

The missing bootstrap components

2.7k74.4k1](/packages/jasny-bootstrap)

PHPackages © 2026

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