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

ActiveLibrary[API Development](/categories/api)

appiersign/hubtel-sms
=====================

API client that consumes Hubtel's SMS API

v1.0.0(3y ago)11.0k↓27.8%1proprietaryPHPPHP &gt;=7.0

Since Jan 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/appiersign/hubtel-sms)[ Packagist](https://packagist.org/packages/appiersign/hubtel-sms)[ RSS](/packages/appiersign-hubtel-sms/feed)WikiDiscussions main Synced 1mo ago

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

Hubtel SMS
==========

[](#hubtel-sms)

A composer package that integrates Hubtel's SMS API. This version only supports sending single SMS.

Install package with the code below:

`composer require appiersign/hubtel-sms`

Import and Create an instance of the sender class

```
use AppierSign\HubtelSMS\HubtelSMS;

$sms = new HubtelSMS($apiId, $apiSecret, $senderId)

```

Call send() on the instance and pass the phone number and message as seen below:

```
$response = $sms->send('2332496xxxxx', 'your text message');

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1194d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93f196f9a6f90c9ebed3f4dd30f6e8779309753a78d278ccaf2ec9375e95df5e?d=identicon)[appiersign](/maintainers/appiersign)

---

Top Contributors

[![appiersign](https://avatars.githubusercontent.com/u/18679564?v=4)](https://github.com/appiersign "appiersign (3 commits)")

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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