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

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

alpiiscky/yii2-feedback
=======================

Конструктор для формы обратной связи

0.3.1.1(7y ago)031MITPHP

Since Nov 12Pushed 7y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Модуль обратной связи с динамическими полями
============================================

[](#модуль-обратной-связи-с-динамическими-полями)

Форма обратной связи с возможностью добавления динамичных полей и встроенной гугл капчей

Installation
------------

[](#installation)

Для установки выполните

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

```

или

```
composer require --prefer-dist alpiiscky/yii2-feedback "*"

```

или добавьте

```
"alpiiscky/yii2-feedback": "*"

```

в `composer.json`.

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

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

Модуль имеет следующие зависимости:

```
    "yiisoft/yii2": "~2.0.0",
    "himiklab/yii2-recaptcha-widget": "*",
    "himiklab/yii2-sortable-grid-view-widget" : "*",
    "devgroup/yii2-jsoneditor": "*",
    "webvimark/module-user-management": "^1.0"
```

и следовательно,

1. необходимо настроить yii2 согласно инструкциям:

```
https://github.com/himiklab/yii2-recaptcha-widget
https://github.com/webvimark/user-management
```

и выполнить миграцию для user-management

2. настроить swiftmailer
3. в params.php указать

```

```

Например, настройка для текстового поля:

```
[
 {
   "rule": "string",
   "params": {
     "max": 50,
     "message": "'Please choose a username.'"
   }
 },
 {
   "rule": "required",
   "params": {
     "message": "Please choose a username."
   }
 }
]
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

5

Last Release

2576d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/369d81b6712a34e223c331a92923b1fbf16a7e3dfba2dd28b1a3fc0a514937b7?d=identicon)[DmitriyAkhmetov](/maintainers/DmitriyAkhmetov)

---

Top Contributors

[![alpiiscky](https://avatars.githubusercontent.com/u/19682225?v=4)](https://github.com/alpiiscky "alpiiscky (9 commits)")

---

Tags

yii2extensionfeedback

### Embed Badge

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

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

###  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)
