PHPackages                             tamkeenlms/mobily-sms-api-json - 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. tamkeenlms/mobily-sms-api-json

ActiveLibrary[API Development](/categories/api)

tamkeenlms/mobily-sms-api-json
==============================

A non-official API client for Mobily.ws SMS service

1.4(6y ago)12441[2 PRs](https://github.com/tamkeen-tms/mobily-sms-api-json/pulls)MITPHP

Since Oct 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tamkeen-tms/mobily-sms-api-json)[ Packagist](https://packagist.org/packages/tamkeenlms/mobily-sms-api-json)[ RSS](/packages/tamkeenlms-mobily-sms-api-json/feed)WikiDiscussions master Synced 2mo ago

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

What it is
==========

[](#what-it-is)

This is a non-official API client for Mobily.ws SMS service. We created it after struggling with their API. This is another attempt seconding one we already created. This one uses what they call the JSON API at their end!

Usage
=====

[](#usage)

Simply create a client:

```
	$client = new MobilyAPI\Client(username, password, senderName);
```

Then use the request you want:

```
	$newMessage = new MobilyAPI\Requests\SendMessage($client, numbers, message);
	$response = $newMessage->send(); // Send the request

	$newMessage->sent(); // Tells you if it was sent successfully
```

It's very simple and straight forward. Good luck.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~467 days

Total

3

Last Release

2207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14ecb819a0fdf95d56d35460349971bf915cd324294229d94c3da02219ec3a00?d=identicon)[TamkeenLMS](/maintainers/TamkeenLMS)

---

Top Contributors

[![tamkeen-tms](https://avatars.githubusercontent.com/u/13228056?v=4)](https://github.com/tamkeen-tms "tamkeen-tms (4 commits)")[![AlShahawi](https://avatars.githubusercontent.com/u/5667648?v=4)](https://github.com/AlShahawi "AlShahawi (1 commits)")

---

Tags

apismssms apimobily

### Embed Badge

![Health badge](/badges/tamkeenlms-mobily-sms-api-json/health.svg)

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

###  Alternatives

[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)[smsfactor/smsfactor-php-sdk

SMSFactor client library for PHP

15382.5k2](/packages/smsfactor-smsfactor-php-sdk)

PHPackages © 2026

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