PHPackages                             nimbuz/sms - 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. nimbuz/sms

ActiveLibrary[API Development](/categories/api)

nimbuz/sms
==========

CAMOO API Packages

v1.0(5y ago)015MITPHPPHP &gt;=7.1

Since Jan 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/camoo/nimbuz-sms)[ Packagist](https://packagist.org/packages/nimbuz/sms)[ Docs](https://camoo.cm)[ RSS](/packages/nimbuz-sms/feed)WikiDiscussions master Synced today

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

 [ ![CamooSms](https://camo.githubusercontent.com/a6036362bfd8c5e42ec7070f8aeebdcfe5859b1b2bdae934063271617e6b8bac/68747470733a2f2f7777772e63616d6f6f2e686f7374696e672f696d672f6c6f676f732f6c6f676f446f6d61696e2e706e67) ](https://www.camoo.cm/bulk-sms)

 PHP SMS API Sending SMS via the ***Nimbuz-Keys SMS gateway***

Requirement
-----------

[](#requirement)

This library needs minimum requirement for doing well on run.

- [Sign up](https://www.camoo.cm/join) for a free CAMOO SMS account
- Ask CAMOO Team for new access\_key for developers
- CAMOO SMS API client for PHP requires version 7.1.x and above

Installation via Composer
-------------------------

[](#installation-via-composer)

Package is available on [Packagist](https://packagist.org/packages/camoo/nimbuz-sms), you can install it using [Composer](http://getcomposer.org).

```
composer require nimbuz/sms
```

Quick Examples
--------------

[](#quick-examples)

##### Sending a SMS

[](#sending-a-sms)

```
	$oMessage = \Nimbuz\Sms\Message::create('YOUR_LOGIN', 'YOUR_PASSWORD');
	$oMessage->from ='YourCompany';
	$oMessage->to = '+237612345678';
	$oMessage->message ='Hello Kmer World! Déjà vu!';
	var_dump($oMessage->send());
```

##### Send the same SMS to many recipients

[](#send-the-same-sms-to-many-recipients)

```
- Per request, a max of 50 recipients can be entered.

```

```
	$oMessage = \Nimbuz\Sms\Message::create('YOUR_LOGIN', 'YOUR_PASSWORD');
	$oMessage->from ='YourCompany';
	$oMessage->to =['+237612345678', '+237612345679', '+237612345610'];
	$oMessage->message ='Hello Kmer World! Déjà vu!';
	var_dump($oMessage->send());
```

##### Sending Bulk SMS from your Script

[](#sending-bulk-sms-from-your-script)

It is obvious that sending bulk data to any system is a problem! Therefore you should check our recommendation for the best approach

- (***[See example for bulk sms](https://github.com/camoo/sms/wiki/How-to-send-Bulk-SMS-from-your-script#send-sms-sequentially)***)

WordPress Plugin
----------------

[](#wordpress-plugin)

If you are looking for a powerful WordPress plugin to send SMS, then download our [wp-camoo-sms](https://github.com/camoo/wp-camoo-sms)

Resources
---------

[](#resources)

- [Documentation](https://github.com/camoo/nimbuz-sms/wiki)
- [Report issues](https://github.com/camoo/nimbuz-sms/issues)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1999d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aba0dd2dc958996c6554903496744826ada2ea5c5f6370f413dcfdde7bddc56c?d=identicon)[camoo](/maintainers/camoo)

---

Tags

smsbulk-smssms-gatewayapi smsCAMOOPlugin camoo sms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nimbuz-sms/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)

PHPackages © 2026

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