PHPackages                             mrbig00/yii2-sendmachine - 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. mrbig00/yii2-sendmachine

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

mrbig00/yii2-sendmachine
========================

Yii2 implementation of the Sendmachine API

023PHP

Since Jul 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mrbig00/yii2-sendmachine)[ Packagist](https://packagist.org/packages/mrbig00/yii2-sendmachine)[ RSS](/packages/mrbig00-yii2-sendmachine/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 SendMachine API Client
===========================

[](#yii2-sendmachine-api-client)

Yii2 implementation of the Sendmachine API

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer require --prefer-dist mrbig00/yii2-sendmachine "*"

```

or add

```
"mrbig00/yii2-sendmachine": "*"

```

to the require section of your `composer.json` file.

Configuration
-------------

[](#configuration)

Set your credentials

```
'components' => [

    'sendmachine' => [
        'sendmachine' => [
            'class'    => 'mrbig00\sendmachine\Sendmachine',
            'username' => '__YOUR_USERNAME_FROM_SMTP_PANEL__',
            'password' => '__YOUR_PASSWORD_FROM_SMTP_PANEL__'
        ],
    ]

]
```

Usage
-----

[](#usage)

```
\Yii::$app->sendmachine->client
```

Docs:

Based on
--------

[](#based-on)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/037459e6f2108dc0ec4f46e717afe6f9abd7a6e833062aa8b9c634ada9324c74?d=identicon)[mrbig00](/maintainers/mrbig00)

---

Top Contributors

[![mrbig00](https://avatars.githubusercontent.com/u/1911197?v=4)](https://github.com/mrbig00 "mrbig00 (6 commits)")

### Embed Badge

![Health badge](/badges/mrbig00-yii2-sendmachine/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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