PHPackages                             vvinners/messenger - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. vvinners/messenger

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

vvinners/messenger
==================

Collection of Email and SMS API

v2.0.0(3y ago)0843MITPHP

Since Oct 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vvinners/Messenger)[ Packagist](https://packagist.org/packages/vvinners/messenger)[ RSS](/packages/vvinners-messenger/feed)WikiDiscussions master Synced 1w ago

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

Messenger is an API Collection for Email and SMS.
=================================================

[](#messenger-is-an-api-collection-for-email-and-sms)

---

What API included?
------------------

[](#what-api-included)

Currently, we only support SendGrid and Nexmo for basic function of sending messages.

---

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

[](#installation)

`composer require vvinners/messenger`

**Setup .env**

```
NEXMO_API_KEY

NEXMO_API_SECRET

SENDGRID_API_KEY

MESSENGER_FROM_EMAIL

MESSENGER_FROM_NAME

```

---

Usage
-----

[](#usage)

```
use vvinners\Messenger;

$to = [
    "name" => $user->name,
    "email" => $user->email
];

Messenger::sendMail($to, $subject, $content);

Messenger::sendSMS($phone_number, $content);
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~258 days

Total

6

Last Release

1364d ago

Major Versions

1.0.5 → v2.0.02022-08-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bd99a664783f2c7597e947c396c9fff7da8346d1d36675425aad91ce3661d88?d=identicon)[VVinners](/maintainers/VVinners)

---

Top Contributors

[![marktan93](https://avatars.githubusercontent.com/u/4466554?v=4)](https://github.com/marktan93 "marktan93 (12 commits)")

### Embed Badge

![Health badge](/badges/vvinners-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/vvinners-messenger/health.svg)](https://phpackages.com/packages/vvinners-messenger)
```

###  Alternatives

[swiftmade/laravel-sendgrid-notification-channel

Laravel Notification Channel for Sengrid.com

26287.7k](/packages/swiftmade-laravel-sendgrid-notification-channel)[iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

16123.4k](/packages/iandenh-cakephp-sendgrid)[bryglen/yii2-sendgrid

Sendgrid Mailer for Yii 2

1353.5k](/packages/bryglen-yii2-sendgrid)

PHPackages © 2026

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