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

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

pistol88/yii2-review
====================

review for a some yii2-model

32492PHP

Since Oct 20Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#yii2-review)

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

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

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

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

```
php composer require pistol88/yii2-review "*"

```

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

```
"pistol88/yii2-review": "*",

```

И выполнить

```
php composer update

```

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

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

```

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

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

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

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

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

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

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

```

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

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

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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 (2 commits)")[![mydesign](https://avatars.githubusercontent.com/u/579933?v=4)](https://github.com/mydesign "mydesign (1 commits)")

### Embed Badge

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

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

###  Alternatives

[dillingham/nova-attach-many

Attach Many Nova field

2722.0M2](/packages/dillingham-nova-attach-many)[timacdonald/has-parameters

A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.

228288.1k4](/packages/timacdonald-has-parameters)[duncan3dc/sessions

A non-blocking session manager

27242.6k8](/packages/duncan3dc-sessions)

PHPackages © 2026

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