PHPackages                             mhndev/messaging-sdk - 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. mhndev/messaging-sdk

ActiveLibrary

mhndev/messaging-sdk
====================

Messaging Sdk

06PHP

Since Apr 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mhndev/messaging-sdk)[ Packagist](https://packagist.org/packages/mhndev/messaging-sdk)[ RSS](/packages/mhndev-messaging-sdk/feed)WikiDiscussions develop Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

### Messaging Service Sdk (Client)

[](#messaging-service-sdk-client)

##### sample code

[](#sample-code)

```
$sms = new \mhndev\messagingSdk\Sms(
    'Hi, how you doing man?',
    new \mhndev\valueObjects\implementations\MobilePhone('09124971706')
);

$email = new \mhndev\messagingSdk\Email(
    new \mhndev\valueObjects\implementations\Email('majid8911303@gmail.com'),
    'This is sample Email Message',
    'test Email',
    new \mhndev\valueObjects\implementations\Email('majid@gmail.com')

);

$client = new \mhndev\messagingSdk\Client(
    new \GuzzleHttp\Client(),
    'http://example.com/send-sms',
    'http://example.com/send-email'
);

$client->sendSms($sms);

$client->sendEmail($email);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

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/5c3e5d182214e2e6b989a2230bcae80b2107b088da1c6dbea6f6f8d28702e272?d=identicon)[majidphpdeveloper](/maintainers/majidphpdeveloper)

---

Tags

email-sendermessagingphp-clientsms

### Embed Badge

![Health badge](/badges/mhndev-messaging-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/mhndev-messaging-sdk/health.svg)](https://phpackages.com/packages/mhndev-messaging-sdk)
```

PHPackages © 2026

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