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 issues](https://github.com/codeonweekends/usendit-php-sdk/issues)[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 3w 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

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity27

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

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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