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

ActiveLibrary[API Development](/categories/api)

rafiki-sms/sdk
==============

Official PHP SDK for Rafiki SMS API

v1.0.0(3mo ago)032↓50%MITPythonPHP &gt;=7.4

Since Feb 6Pushed 3mo agoCompare

[ Source](https://github.com/Starshine-Technology-Company-LTD/rafiki-sms-sdk)[ Packagist](https://packagist.org/packages/rafiki-sms/sdk)[ RSS](/packages/rafiki-sms-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Rafiki SMS SDK
==============

[](#rafiki-sms-sdk)

Official SDKs for the [Rafiki SMS API](https://apisms.rafikisms.com). Send SMS, manage bulk jobs, gateway connections, and API keys.

Install
-------

[](#install)

### JavaScript / TypeScript

[](#javascript--typescript)

```
npm install rafiki-sms-sdk
```

### Python

[](#python)

```
pip install rafiki-sms
```

### PHP

[](#php)

```
composer require rafiki-sms/sdk
```

### Java

[](#java)

Add to `pom.xml`:

```

  com.rafikisms
  rafiki-sms-sdk
  1.0.0

```

Or copy the `java/` source into your project.

Quick Start
-----------

[](#quick-start)

### JavaScript

[](#javascript)

```
import RafikiSMSClient from 'rafiki-sms-sdk';

const client = new RafikiSMSClient({ apiKey: 'YOUR_KEY' });
const { message_id } = await client.sendSMS({
  source_addr: 'RAFIKI SMS',
  dest_addr: '255621728109',
  message: 'Hello!'
});
```

### Python

[](#python-1)

```
from rafiki_sms import Client

client = Client(api_key="YOUR_KEY")
result = client.send_sms("RAFIKI SMS", "255621728109", "Hello!")
```

### PHP

[](#php-1)

```
use RafikiSMS\Client;

$client = new Client('YOUR_KEY');
$result = $client->sendSMS('RAFIKI SMS', '255621728109', 'Hello!');
```

### Java

[](#java-1)

```
RafikiSMSClient client = new RafikiSMSClient("YOUR_KEY");
Map result = client.sendSMS("RAFIKI SMS", "255621728109", "Hello!");
```

Links
-----

[](#links)

- **API**:
- **SDK docs**:

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance81

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f8605e8f54aed4cd84b33fff36c624b788a8a9adb3b0bf55a0f9132be13ccc2?d=identicon)[chiefdogan](/maintainers/chiefdogan)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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