PHPackages                             mikofb/mtn-sms-cloud - 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. mikofb/mtn-sms-cloud

ActiveLibrary[API Development](/categories/api)

mikofb/mtn-sms-cloud
====================

Lavarel package for performing sms campaigns using the MTN SMS CLOUD service.

1.0(6y ago)21492MITPHPCI failing

Since Apr 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mikofb/mtn-sms-cloud)[ Packagist](https://packagist.org/packages/mikofb/mtn-sms-cloud)[ RSS](/packages/mikofb-mtn-sms-cloud/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Mikofb MTN SMS CLOUD
====================

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

Lavarel package for performing sms campaigns using the MTN SMS CLOUD service.

Download
--------

[](#download)

Type the following command in your terminal.

```
composer require mikofb/mtn-sms-cloud

```

Register the Service Provider
-----------------------------

[](#register-the-service-provider)

Update the providers array in `config/app.php`.

```
'providers' => [

        /*
         * Laravel Framework Service Providers...
         */

        /*
         * Package Service Providers...
         */

        /*
         * Application Service Providers...
         */
        Mikofb\MtnSmsCloud\MtnSmsCloudServiceProvider::class,
    ],
```

How to use it
-------------

[](#how-to-use-it)

```
use Mikofb\MtnSmsCloud\Core\MtnSmsCloud;

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

/**
 * Send a new Campaign
 *
 * @param array $recipients {Ex: ["225xxxxxxxx", "233xxxxxxxx"]}
 * @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 Mikofb.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

2256d ago

### Community

Maintainers

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

---

Top Contributors

[![mikofb](https://avatars.githubusercontent.com/u/34540279?v=4)](https://github.com/mikofb "mikofb (1 commits)")

### Embed Badge

![Health badge](/badges/mikofb-mtn-sms-cloud/health.svg)

```
[![Health](https://phpackages.com/badges/mikofb-mtn-sms-cloud/health.svg)](https://phpackages.com/packages/mikofb-mtn-sms-cloud)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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