PHPackages                             adjemin/mtnsmscloud - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. adjemin/mtnsmscloud

ActiveLibrary[HTTP &amp; Networking](/categories/http)

adjemin/mtnsmscloud
===================

That packages provides suitables classes for SMSCloud performing.

1.0.3(6y ago)3158↓81.3%5MITPHPPHP &gt;=5.6.0

Since Jun 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/adjemin/mtnsmscloud-php)[ Packagist](https://packagist.org/packages/adjemin/mtnsmscloud)[ Docs](https://github.com/adjemin/mtnsmscloud-php)[ RSS](/packages/adjemin-mtnsmscloud/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

MTN SMS CLOUD PHP
=================

[](#mtn-sms-cloud-php)

[![Latest Stable Version](https://camo.githubusercontent.com/826022209a5df3f5505669c11d4574cf99042de36fa631dcefbb67b622c0f5e7/68747470733a2f2f706f7365722e707567782e6f72672f61646a656d696e2f6d746e736d73636c6f75642f76)](//packagist.org/packages/adjemin/mtnsmscloud) [![Total Downloads](https://camo.githubusercontent.com/4cafc99536e3bfddf7b8e0006f6fa5a899794ca489cc8c6cd4c5724bf870740c/68747470733a2f2f706f7365722e707567782e6f72672f61646a656d696e2f6d746e736d73636c6f75642f646f776e6c6f616473)](//packagist.org/packages/adjemin/mtnsmscloud) [![Latest Unstable Version](https://camo.githubusercontent.com/f35514e0d1c93baf3b93174c3a22d687c75e93802eab19823a13eb83b4a67141/68747470733a2f2f706f7365722e707567782e6f72672f61646a656d696e2f6d746e736d73636c6f75642f762f756e737461626c65)](//packagist.org/packages/adjemin/mtnsmscloud) [![License](https://camo.githubusercontent.com/ea02ce2167f97866e0e70fa7bd1c4b915f4e751be2d2c1b07a1c534127d453d1/68747470733a2f2f706f7365722e707567782e6f72672f61646a656d696e2f6d746e736d73636c6f75642f6c6963656e7365)](//packagist.org/packages/adjemin/mtnsmscloud)

This repository provides suitables tools for performing sms campaign. Actually, only Api's from MTN SMS CLOUD are embedded.

Requirements
------------

[](#requirements)

PHP 5.6.0 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require adjemin/mtnsmscloud
```

Architecture
------------

[](#architecture)

This repo has two main classes:

- **BaseApi** in [`./src/MtnSmsCloud/BaseApi.php`](./src/MtnSmsCloud/BaseApi.php)
- **MTNSMSApi** in [`./src/MtnSmsCloud/MTNSMSApi.php`](./src/MtnSmsCloud/MTNSMSApi.php)

The first class is used to perform POST and GET HTTP request. The second one is used for MTN SMS.

Instanciation
-------------

[](#instanciation)

Be sure to check the namespace first.

```
use MtnSmsCloud\MTNSMSApi;

/**
 * Create a new Instance
 *
 * @param string $sender_id = The desired sender_id
 * @param string $token = $token associated with $sender_id
 */
$msa = new MTNSMSApi($sender_id, $token);

/**
 * Send a new Campaign
 *
 * @param array $recipients {Ex: ["225xxxxxxxx", "225xxxxxxxx"]}
 * @param string $message
 */
return $msa->newCampaign($recipients, $message);

/**
 * Retrieves on created Campaign
 *
 * @param string $campaign_id
 * @param string $message
 */
return $msa->getCampaign($campaign_id, $message);
```

> Made with ❤️ by Adjemin

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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 ~1 days

Total

3

Last Release

2198d ago

### Community

Maintainers

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

---

Top Contributors

[![angebagui](https://avatars.githubusercontent.com/u/5214752?v=4)](https://github.com/angebagui "angebagui (18 commits)")[![papac](https://avatars.githubusercontent.com/u/9353811?v=4)](https://github.com/papac "papac (8 commits)")

---

Tags

smsapismscloudintegrationsms apismscloud

### Embed Badge

![Health badge](/badges/adjemin-mtnsmscloud/health.svg)

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

###  Alternatives

[zoonman/linkedin-api-php-client

LinkedIn API PHP SDK with OAuth 2.0 &amp; CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.

129721.4k](/packages/zoonman-linkedin-api-php-client)[php-http/client-integration-tests

HTTP Client integration tests

1778.3k28](/packages/php-http-client-integration-tests)[apiship/apiship-sdk-php

Integration (SDK) with Apiship API

1063.8k](/packages/apiship-apiship-sdk-php)

PHPackages © 2026

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