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

ActiveLibrary[API Development](/categories/api)

etech/sms
=========

CAMOO API Packages

v1.4(3y ago)041MITPHPPHP &gt;=8.0

Since Dec 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/camoo/etech-keys-sms)[ Packagist](https://packagist.org/packages/etech/sms)[ Docs](https://camoo.cm)[ RSS](/packages/etech-sms/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

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 8.0.x and above

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

[](#installation-via-composer)

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

```
composer require etech/sms
```

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

[](#quick-examples)

##### Sending a SMS

[](#sending-a-sms)

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

Resources
---------

[](#resources)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~199 days

Total

5

Last Release

1191d ago

PHP version history (3 changes)v1.0PHP &gt;=7.0

1.2PHP &gt;=7.1

v1.4PHP &gt;=8.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

smsbulk-smssms-gatewayapi smsCAMOOPlugin camoo sms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)

PHPackages © 2026

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