PHPackages                             salymmbise/mambosms - 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. salymmbise/mambosms

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

salymmbise/mambosms
===================

A PHP library for sending SMS

v1.1.0(11mo ago)024MITPHPPHP &gt;=7.4

Since Aug 8Pushed 11mo agoCompare

[ Source](https://github.com/devmpemba/mambosms)[ Packagist](https://packagist.org/packages/salymmbise/mambosms)[ RSS](/packages/salymmbise-mambosms/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

MamboSMS PHP SDK
================

[](#mambosms-php-sdk)

A lightweight PHP library for sending SMS via Bearer Token authenticated API.

---

📦 Installation
--------------

[](#-installation)

```
composer require salymmbise/mambosms
```

🚀 Usage
-------

[](#-usage)

### ✅ Option 1: Pass them when you instantiate the class (RECOMMENDED)

[](#-option-1-pass-them-when-you-instantiate-the-class-recommended)

This is simple and flexible. You initialize the MamboSMS client like this:
--------------------------------------------------------------------------

[](#this-is-simple-and-flexible-you-initialize-the-mambosms-client-like-this)

```
use SalymMbise\MamboSMS\MamboSMS;

$sms = new MamboSMS('https://api.example.com', 'your_bearer_token');

// Then use it normally
$sms->sendSingleSMS('MYSENDERID', 'Hello!', '0713123456');
```

📤 Features
----------

[](#-features)

### 🔹 Send Single SMS

[](#-send-single-sms)

```
$response = $sms->sendSingleSMS('MYSENDERID', 'Hello world', '0713123456');
```

### 🔹 Send Bulk SMS

[](#-send-bulk-sms)

```
$response = $sms->sendBulkSMS('MYSENDERID', '07123456789,0712345678');
```

### 🔹 Check SMS Balance

[](#-check-sms-balance)

```
$response = $sms->checkBalance();
```

🛠 Requirements
--------------

[](#-requirements)

### PHP 7.4 or higher

[](#php-74-or-higher)

### cURL enabled

[](#curl-enabled)

📃 License
---------

[](#-license)

### MIT License © Salym Mbise

[](#mit-license--salym-mbise)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance53

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

2

Last Release

330d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/105650566?v=4)[Salym Mbisse](/maintainers/devmpemba)[@devmpemba](https://github.com/devmpemba)

### Embed Badge

![Health badge](/badges/salymmbise-mambosms/health.svg)

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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