PHPackages                             pantera-digital/yii2-contact-me - 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. pantera-digital/yii2-contact-me

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

pantera-digital/yii2-contact-me
===============================

076PHP

Since Dec 12Pushed 7y ago2 watchersCompare

[ Source](https://github.com/pantera-digital/yii2-contact-me)[ Packagist](https://packagist.org/packages/pantera-digital/yii2-contact-me)[ RSS](/packages/pantera-digital-yii2-contact-me/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

yii2-contact-me
===============

[](#yii2-contact-me)

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

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

Предпочтительно через composer:

```
composer require pantera-digital/yii2-contact-me "@dev"

```

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

```
"pantera-digital/yii2-contact-me": "@dev"

```

Backend
-------

[](#backend)

```
'modules' => [
    'contact-me' => [
        'class' => \pantera\contactMe\admin\Module::className(),
        'permissions' => ['admin'],
    ],
],

```

Параметр permissions принимает массив ролей которым доступно управление

Frontend
--------

[](#frontend)

```
'modules' => [
    'contact-me' => [
        'class' => \pantera\contactMe\Module::className(),
        'successMessage' => 'Спасибо мы скоро с вами свяжемся!',
    ],
],

```

Параметр successMessage принимает строку которая будет показана пользователю после отправки формы

Миграции
--------

[](#миграции)

```
php yii migrate/up --migrationPath=@pantera/contactMe/migrations

```

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

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

```

```

или

```

```

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

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

у виджета есть только один параметр

```
action

```

отвечает за action формы

дефолтное значение

```
Url::to(['/contact-me/default/index'])

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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/642519?v=4)[Alex Kostin](/maintainers/webmayak)[@webmayak](https://github.com/webmayak)

![](https://www.gravatar.com/avatar/36ddc69c6cdeab38e1cbbff64a43586d65c3b5529a09d5a1e5ff53a6127a2854?d=identicon)[Singletonn](/maintainers/Singletonn)

---

Top Contributors

[![Singletonn](https://avatars.githubusercontent.com/u/9639275?v=4)](https://github.com/Singletonn "Singletonn (7 commits)")[![webmayak](https://avatars.githubusercontent.com/u/642519?v=4)](https://github.com/webmayak "webmayak (5 commits)")

### Embed Badge

![Health badge](/badges/pantera-digital-yii2-contact-me/health.svg)

```
[![Health](https://phpackages.com/badges/pantera-digital-yii2-contact-me/health.svg)](https://phpackages.com/packages/pantera-digital-yii2-contact-me)
```

###  Alternatives

[fof/reactions

Reactions for Flarum

2268.0k6](/packages/fof-reactions)[spatie/mjml-sidecar

Compile MJML to HTML using Sidecar

1342.6k](/packages/spatie-mjml-sidecar)

PHPackages © 2026

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