PHPackages                             egor260890/yii2-feedback-module - 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. egor260890/yii2-feedback-module

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

egor260890/yii2-feedback-module
===============================

yii2-feedback-module

1.0.2(8y ago)1521MITPHP

Since May 5Pushed 6y agoCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (0)

yii2-feedback-module
====================

[](#yii2-feedback-module)

Модуль обратной связи

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

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

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

```
php composer.phar require --prefer-dist egor260890/yii2-feedback-module "*"

```

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

```
"egor260890/yii2-feedback-module": "*"

```

И выполнить

```
composer update

```

Выполнить миграции

```
yii migrate --migrationPath=@egor260890/feedback/migrations/

```

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

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

Подключаем модуль просмотра сообщений:

```
'modules' => [
        'feedback' => [
            'class' => 'egor260890\feedback\Module',
        ],
    ],

```

На фронтенде:

```
'modules'=>[
        'feedback-send' => [
            'class' => 'egor260890\feedback\widgets\Module',
        ],
    ],

```

Для вывода формы обратной связи:

```

```

Отслеживание события отправки
-----------------------------

[](#отслеживание-события-отправки)

Создаем слушатель

```
class Observer implements FeedbackObserverInterface{

}

```

Подключаем его в настройках модуля

```
'modules'=>[
        'feedback-send' => [
            'class' => 'egor260890\feedback\widgets\Module',
            'observers'=>[
                \mypath\Observer:class,
                \mypath\Observer2:class
            ]
            //либо
            'observers'=>\mypath\Observer:class
            //либо
            'observers'=>function(){
                return new Observer();
            }

        ],
    ],

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

2926d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ba9d4d60d6bc19789e89b941f6eacc7882ff5f365fd5343bf0282a63f5aab77?d=identicon)[egor260890](/maintainers/egor260890)

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/egor260890-yii2-feedback-module/health.svg)

```
[![Health](https://phpackages.com/badges/egor260890-yii2-feedback-module/health.svg)](https://phpackages.com/packages/egor260890-yii2-feedback-module)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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