PHPackages                             uwaziimobile/uwazii-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. uwaziimobile/uwazii-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

uwaziimobile/uwazii-php
=======================

Uwazii Mobile PHP Bindings

v1.0.1.3(3y ago)013MITPHP

Since Mar 19Pushed 3y ago1 watchersCompare

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

READMEChangelog (3)DependenciesVersions (7)Used By (0)

Uwazii MOBILE PHP bindings
==========================

[](#uwazii-mobile-php-bindings)

The Uwazii MOBILE PHP library provides convenient access to the Uwazii API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

Requirements
------------

[](#requirements)

PHP 5.6.0 and later.

Manual Installation
-------------------

[](#manual-installation)

You can download the [latest release](https://github.com/uwaziimobile/uwazii-php/releases). Then, to use the bindings, include the main file.

```
require_once '/path/to/uwazii-php/src/UwaziiClient.php';
```

Dependencies
------------

[](#dependencies)

The bindings require the following extensions in order to work properly:

- [`curl`](https://secure.php.net/manual/en/book.curl.php), although you can use your own non-cURL client if you prefer
- [`json`](https://secure.php.net/manual/en/book.json.php)
- [`mbstring`](https://secure.php.net/manual/en/book.mbstring.php) (Multibyte String)

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
use Uwazii\UwaziiClient as Uwaziimobile;
$uwazii = new \Uwaziimobile();
$access_token = $uwazii->accessToken(YOUR_USERNAME,YOUR_PASSWORD);
$response = $uwazii->sendMessage($access_token,'SENDERID','PHONE','MESSAGE');

echo $response;
```

Documentation
-------------

[](#documentation)

See the [Uwazii API docs](https://restapi.uwaziimobile.com/desc/).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

5

Last Release

1151d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d4ddc3f3a722fb5bea3e5f7c7f73d033f4af7d3518574ca5b6fc4797d019fc?d=identicon)[uwaziimobile](/maintainers/uwaziimobile)

---

Top Contributors

[![uwaziimobile](https://avatars.githubusercontent.com/u/102213524?v=4)](https://github.com/uwaziimobile "uwaziimobile (34 commits)")

### Embed Badge

![Health badge](/badges/uwaziimobile-uwazii-php/health.svg)

```
[![Health](https://phpackages.com/badges/uwaziimobile-uwazii-php/health.svg)](https://phpackages.com/packages/uwaziimobile-uwazii-php)
```

###  Alternatives

[markbaker/complex

PHP Class for working with complex numbers

1.7k283.1M38](/packages/markbaker-complex)[whatthejeff/nyancat-scoreboard

Nyan Cat Scoreboard

19985.0k4](/packages/whatthejeff-nyancat-scoreboard)

PHPackages © 2026

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