PHPackages                             albertborsos/yii2-mailmaster - 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. [API Development](/categories/api)
4. /
5. albertborsos/yii2-mailmaster

ActiveYii2-extension[API Development](/categories/api)

albertborsos/yii2-mailmaster
============================

Yii2 wrapper class for MailMaster API

v0.0.1(10y ago)03BSD-3-ClausePHPPHP &gt;=5.4.0

Since Oct 4Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

yii2-mailmaster
===============

[](#yii2-mailmaster)

MailMaster API wrapper for Yii2 projects

How to config in your project
=============================

[](#how-to-config-in-your-project)

```
  'components' => [
    ...
    'mailmaster' => [
          'class' => 'albertborsos\mailmaster\MailMaster',
          'apiUser' => 'mailmaster-api-user-name',
          'apiKey' => 'mailmaster-api-password',
          'forms' => [
              'your-form-id' =>[
                  'formID' => 'mailmaster-form-id',
                  'listID' => 'mailmaster-list-id',
              ],
          ],
    ],
    ...
  ],
...
```

How to handle after form submit
===============================

[](#how-to-handle-after-form-submit)

```
  /** @var \albertborsos\mailmaster\MailMaster $mmc */
  $mmc = Yii::$app->mailmaster;
  $mm = $mmc->factory($this->_listID, $this->_formID);

  $response = $mm->subscribe([
      'email' => $this->email,
      'mssys_firstname' => $this->nameFirst,
      'mssys_lastname' => $this->nameLast,
  ]);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3873d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apiyii2extensionmailmaster

### Embed Badge

![Health badge](/badges/albertborsos-yii2-mailmaster/health.svg)

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

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

153.9k](/packages/mikemadisonweb-yii2-elasticsearch)

PHPackages © 2026

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