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)21432MITPHPCI 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 1w 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 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

2209d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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