PHPackages                             hosannahighertech/beem-sms-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. hosannahighertech/beem-sms-api

Abandoned → [hosannahighertech/yii2-sms-senders](/?search=hosannahighertech%2Fyii2-sms-senders)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

hosannahighertech/beem-sms-api
==============================

Library to work with BEEM SMS API, see beem.africa

1.0.1(4y ago)4342Apache-2.0PHP

Since Nov 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hosannahighertech/beem-sms-api)[ Packagist](https://packagist.org/packages/hosannahighertech/beem-sms-api)[ Docs](https://github.com/hosannahighertech)[ RSS](/packages/hosannahighertech-beem-sms-api/feed)WikiDiscussions master Synced 1mo ago

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

beem-sms-api
============

[](#beem-sms-api)

Send SMS with easy using BEEM

Installation
------------

[](#installation)

You must be using composer to be able to use this library. If composer 1.x is installed, make sure you upgrade to 2.0 to avoid installation problems. Check version with `composer -V`

once setup run the command at the root of your project to install the library

`composer require hosannahighertech/beem-sms-api`

Usage
-----

[](#usage)

To send SMS just create instance of the client passing Key and Secret

```
$sms = new Client('YOUR_KEY_HERE', 'YOUR_SECRET_HERE');
```

Then create new message. First Parameter is Sender ID or Mobile number of the sender. Next parameter is text of the message.

```
$message = new Message('SENDER_ID_OR_MOBILE_NO', 'This is my SMS text body');
```

Next add Receivers number. First parameter is your special ID (see [BEEM Docs](https://docs.beem.africa/)) and the other one is receiver's mobile.

```
$message->addRecipient('255xxxxxx', 'RECIPIENT_ID', 'COUNTRY_CODE);
```

Note that recipient ID and country code are optionals. You can get list of internationalized list of recipients and their IDs from `getRecipients()` method of message object.

Finally send the message. If failed, the method `getLastError()` should contain the error message

```
$isSent = $sms->send($message);
if (!$isSent) {
    var_dump($sms->getLastError());// do something useful with error
}
```

Contributing
------------

[](#contributing)

Contribute by opening issues when you encounter a problem or when asking for feature. We also receive PR for enhancement or bug fixes.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

1634d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c021a0fa6c1e35d69de6a6027e607b9f14efe6844c9072246d7f795c29809d3?d=identicon)[Stefano Mtangoo](/maintainers/Stefano%20Mtangoo)

---

Top Contributors

[![mtangoo](https://avatars.githubusercontent.com/u/1502872?v=4)](https://github.com/mtangoo "mtangoo (3 commits)")[![SentinelWarren](https://avatars.githubusercontent.com/u/12656473?v=4)](https://github.com/SentinelWarren "SentinelWarren (1 commits)")

---

Tags

librarysms-gatewaybeem

### Embed Badge

![Health badge](/badges/hosannahighertech-beem-sms-api/health.svg)

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

###  Alternatives

[clouding/presto-client-php

Presto client library for PHP.

2513.5k](/packages/clouding-presto-client-php)[infamoustrey/smartsheet

An API for Smartsheet

1025.2k](/packages/infamoustrey-smartsheet)[ecentria/ecentria-rest-bundle

Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.

142.4k](/packages/ecentria-ecentria-rest-bundle)

PHPackages © 2026

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