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 today

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 41% 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

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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M65](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M189](/packages/guzzlehttp-guzzle-services)

PHPackages © 2026

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