PHPackages                             jcabanillas/yii2-newsletter - 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. jcabanillas/yii2-newsletter

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

jcabanillas/yii2-newsletter
===========================

Module for subscribe on newsletter

021PHP

Since Jun 1Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Newsletter module for Yii2
==========================

[](#newsletter-module-for-yii2)

Module for subscribe on newsletter by e-mail or phone number

[![Latest Stable Version](https://camo.githubusercontent.com/31c8a25336e517a030f1d858e9c4fc89b94e1faa438b3c9fad466d128ff1cae9/68747470733a2f2f706f7365722e707567782e6f72672f626c61636b2d6c616d702f796969322d6e6577736c65747465722f762f737461626c65)](https://packagist.org/packages/black-lamp/yii2-newsletter)[![Latest Unstable Version](https://camo.githubusercontent.com/92ed02eb059fe1dcab920e0d5d591bf8650dded4e9e19b4cbcbe976504770d10/68747470733a2f2f706f7365722e707567782e6f72672f626c61636b2d6c616d702f796969322d6e6577736c65747465722f762f756e737461626c65)](https://packagist.org/packages/black-lamp/yii2-newsletter)[![License](https://camo.githubusercontent.com/fe9659892d5ad8f5a40e6fb196171eae1425485f714e69784c89f78fc2efe375/68747470733a2f2f706f7365722e707567782e6f72672f626c61636b2d6c616d702f796969322d6e6577736c65747465722f6c6963656e7365)](https://packagist.org/packages/black-lamp/yii2-newsletter)

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

[](#installation)

#### Run command

[](#run-command)

```
composer require jcabanillas/yii2-newsletter

```

or add

```
"jcabanillas/yii2-newsletter": "2.*.*"
```

to the require section of your composer.json.

#### Applying migrations

[](#applying-migrations)

```
yii migrate --migrationPath=@vendor/jcabanillas/yii2-newsletter/common/migrations

```

#### Add modules to application config

[](#add-modules-to-application-config)

Frontend module for subscriptions

```
'modules' => [
     // ...
     'newsletter' => [
         'class' => jcabanillas\newsletter\frontend\Newsletter::className()
     ],
]
```

Backend module for control of list of the clients

```
'modules' => [
     // ...
     'newsletter' => [
         'class' => jcabanillas\newsletter\backend\Newsletter::className()
     ],
]
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/f7795c713460c1b84d1432aecd5ab418b0f5ee57edd01fb1726b2acefa13d18c?d=identicon)[jcabanillas](/maintainers/jcabanillas)

### Embed Badge

![Health badge](/badges/jcabanillas-yii2-newsletter/health.svg)

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

###  Alternatives

[eiriksm/site-schema

Allows you to get the complete picture of a site schema, to use for CI for example

121.5M](/packages/eiriksm-site-schema)

PHPackages © 2026

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