PHPackages                             pantera-digital/yii2-subscribe - 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-subscribe

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

pantera-digital/yii2-subscribe
==============================

265PHP

Since Jan 14Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

yii2-subscribe
==============

[](#yii2-subscribe)

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

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

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

```
composer require pantera-digital/yii2-subscribe "@dev"

```

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

```
"pantera-digital/yii2-subscribe": "@dev"

```

Backend
-------

[](#backend)

```
'modules' => [
    'subscribe' => [
        'class' => \pantera\subscribe\admin\BackendModule::className(),
        'permissions' => ['admin'],
    ],
],

```

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

Frontend
--------

[](#frontend)

```
'modules' => [
    'subscribe' => [
        'class' => \pantera\subscribe\FrontendModule::className(),
        'successMessage' => 'Спасибо подписка оформленна успешно!',
    ],
],

```

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

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

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

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

```

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

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

```

```

или

```

```

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

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

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

```
action

```

отвечает за action формы подписки

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

```
Url::to(['/subscribe/default/index'])

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.4% 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

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

### Embed Badge

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

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

PHPackages © 2026

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