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

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

grptx/yii2-newsletter-mailup
============================

Newsletter module to Yii2 - mailup integration

v2.0.2(8y ago)075MITPHP

Since Sep 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/grptx/yii2-newsletter-mailup)[ Packagist](https://packagist.org/packages/grptx/yii2-newsletter-mailup)[ RSS](/packages/grptx-yii2-newsletter-mailup/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

yii2-newsletter-mailup
======================

[](#yii2-newsletter-mailup)

[![Latest Stable Version](https://camo.githubusercontent.com/761500b4eaa3194527b1dffa5b645d626cac7973777529b19c2e1581a0b4bdae/68747470733a2f2f706f7365722e707567782e6f72672f67727074782f796969322d6e6577736c65747465722d6d61696c75702f762f737461626c65)](https://packagist.org/packages/grptx/yii2-newsletter-mailup)[![Total Downloads](https://camo.githubusercontent.com/7042afc428801307e7db41d21eaafca3570a11900d8c1767ba560db6814a644b/68747470733a2f2f706f7365722e707567782e6f72672f67727074782f796969322d6e6577736c65747465722d6d61696c75702f646f776e6c6f616473)](https://packagist.org/packages/grptx/yii2-newsletter-mailup)[![Latest Unstable Version](https://camo.githubusercontent.com/9772f4784a717667f1a2a13268ec1114ced9152d7f121b4984941b63427c3d91/68747470733a2f2f706f7365722e707567782e6f72672f67727074782f796969322d6e6577736c65747465722d6d61696c75702f762f756e737461626c65)](https://packagist.org/packages/grptx/yii2-newsletter-mailup)[![License](https://camo.githubusercontent.com/d1bf7461052c5d0ffa48a3517e3364413a8afebe803a9b6c90983f25966b506f/68747470733a2f2f706f7365722e707567782e6f72672f67727074782f796969322d6e6577736c65747465722d6d61696c75702f6c6963656e7365)](https://packagist.org/packages/grptx/yii2-newsletter-mailup)

Newsletter module to Yii2 - mailup integration

with this module you can collect email address and store in the [mailup](https://www.mailup.it/) newsletter service

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

[](#installation)

Preferred way to install is through [Composer](https://getcomposer.org):

```
php composer.phar require grptx/yii2-newsletter-mailup:^1.0
```

Or, you may add

```
"grptx/yii2-newsletter-mailup": "^1.0"
```

to the require section of your `composer.json` file and execute `php composer.phar update`.

### Configuration

[](#configuration)

```
...
'modules' => [
    'newsletter' => [
        'class' => 'grptx\newsletter\mailup\Module',
        'client_id'=>'',
        'client_secret'=>'',
        'callback_uri'=>'http://127.0.0.1/index.php',
        'username'=>'',
        'password'=>'',
        'group'=>,
    ],
...
]
```

### Usage

[](#usage)

Go to your application in your browser

- `http://localhost/pathtoapp/newsletter`
- Or you can use an ajax call:

```
$.ajax({
    method:'post',
    url:'/newsletter/default/ajax-call',
    data:{
        email:'email',
        first_name:'first_name',
        last_name:'last_name'
    },
    success:function(data) {
        console.log(data);
        if(data[result]=='ok') {
            console.log('success');
        } else if(data['error']) {
            console.log(data['error']);
        } else {
            console.log('generic error');
        }
    },
    error:function(data) {
        console.log(data);
    }
});
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~14 days

Total

6

Last Release

3031d ago

Major Versions

v1.1.1 → v2.0.02018-01-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0ba72929c09500c5f5a0394da48fec616a8cf97bffe3c29a9f9e21dc6a93e6e?d=identicon)[grptx](/maintainers/grptx)

---

Top Contributors

[![grptx](https://avatars.githubusercontent.com/u/6595328?v=4)](https://github.com/grptx "grptx (10 commits)")

---

Tags

mailupnewsletterphpyii2yii2-modulesyii2newsletteryii2-componentsmailup

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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