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

ActiveLibrary[API Development](/categories/api)

uaizap/sdk
==========

PHP SDK for uazapiGO

1.0.0(4mo ago)01MITPHPCI failing

Since Jan 16Pushed 4mo agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

uazapiGO PHP SDK
================

[](#uazapigo-php-sdk)

PHP SDK for the uazapiGO WhatsApp API.

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

[](#installation)

Install the SDK using [Composer](https://getcomposer.org/):

```
composer require uaizap/sdk
```

Usage
-----

[](#usage)

### Instantiation

[](#instantiation)

To create a new client, you need to provide your API token:

```
require_once 'vendor/autoload.php';

$client = new Uaizap\Sdk\UaizapClient('YOUR_INSTANCE_TOKEN');
```

To use the administrative endpoints, you need to create a client with your admin token:

```
$adminClient = Uaizap\Sdk\UaizapClient::createWithAdminToken('YOUR_ADMIN_TOKEN');
```

### Instances

[](#instances)

**Create an instance**

```
$instance = $adminClient->initInstance('my-new-instance');
$client->setToken($instance['token']);
```

**List all instances**

```
$instances = $adminClient->listAllInstances();
```

**Connect an instance**

```
$client->connectInstance();
```

**Get instance status**

```
$status = $client->status();
```

**Delete an instance**

```
$adminClient->delete('INSTANCE_ID');
```

**Logout an instance**

```
$client->logout();
```

### Sending Messages

[](#sending-messages)

**Send a text message**

```
$client->sendText('5511999999999', 'Hello, world!');
```

**Send an image**

```
$client->sendImage('5511999999999', '/path/to/your/image.jpg');
```

**Send a video**

```
$client->sendVideo('5511999999999', '/path/to/your/video.mp4');
```

**Send an audio**

```
$client->sendAudio('5511999999999', '/path/to/your/audio.mp3');
```

**Send a document**

```
$client->sendDocument('5511999999999', '/path/to/your/document.pdf');
```

Testing
-------

[](#testing)

To run the tests, you will need to have [PHPUnit](https://phpunit.de/) installed. You can install it using Composer:

```
composer require --dev phpunit/phpunit
```

Then, to run the tests, execute the following command:

```
./vendor/bin/phpunit
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance78

Regular maintenance activity

Popularity1

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

122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a11002091f85858ab4ee36b9300d2786b0d60b236ed0bf9c9986b4a7272f6d0?d=identicon)[luannsr12](/maintainers/luannsr12)

---

Top Contributors

[![luannsr12](https://avatars.githubusercontent.com/u/32730441?v=4)](https://github.com/luannsr12 "luannsr12 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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