PHPackages                             codeonweekends/usendit-php-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. [HTTP &amp; Networking](/categories/http)
4. /
5. codeonweekends/usendit-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

codeonweekends/usendit-php-sdk
==============================

PHP SDK for uSendIt SMS Gateway.

068[1 PRs](https://github.com/codeonweekends/usendit-php-sdk/pulls)PHP

Since Oct 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/codeonweekends/usendit-php-sdk)[ Packagist](https://packagist.org/packages/codeonweekends/usendit-php-sdk)[ RSS](/packages/codeonweekends-usendit-php-sdk/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP SDK for uSendIt SMS Gateway
===============================

[](#php-sdk-for-usendit-sms-gateway)

This is an unofficial PHP sdk for uSendIt SMS gateway platform. For more information about request and response parameters, please refer to official documentation [here](https://usendit.co.mz/apiusendit).

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

[](#installation)

Before you begin to use this SDK make sure that, you have already have an account at [uSendIt](https://usendit.co.mz). If not please [create one](https://usendit.co.mz/criarconta).

#### Install Using Composer

[](#install-using-composer)

The easiest way to install is using Composer.

```
composer require codeonweekends/usendit-php-sdk

```

#### Download ZIP file or Clone

[](#download-zip-file-or-clone)

Optionally you can download the repository directly to your project folder. Just click [here](https://github.com/codeonweekends/usendit-php-sdk/archive/master.zip).

Or clone the repository to your project folder.

```
git clone https://github.com/codeonweekends/usendit-php-sdk.git

```

How to Schedule SMS'S
---------------------

[](#how-to-schedule-smss)

There are two available methods to send SMS.

```
sendMessage()

```

The `sendMessage()` methods is used when you need to schedule a single SMS.

### Schedule single SMS

[](#schedule-single-sms)

```
// Create a new SMS object
$sms = new SMS(MSISDN, MOBILE_OPERATOR, MESSAGE);

//Instantiate USendIt object and set the username and password of your uSendIt account.
$uSendIt = new USendIt();
$uSendIt->setUsername('username');
$uSendIt->setPassword('password');

// Send the SMS
$response = $uSendIt->sendMessage($sms);
```

The `sendMessage` method returns a `ScheduleResult` object.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 91.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c04761bca914f307762addf05036f18ebacd2a11497e48b87339ad40dd2001fa?d=identicon)[anhamande](/maintainers/anhamande)

---

Top Contributors

[![amandio](https://avatars.githubusercontent.com/u/4216265?v=4)](https://github.com/amandio "amandio (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/codeonweekends-usendit-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/codeonweekends-usendit-php-sdk/health.svg)](https://phpackages.com/packages/codeonweekends-usendit-php-sdk)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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