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(5mo ago)01MITPHPCI failing

Since Jan 16Pushed 5mo agoCompare

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

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

29

—

LowBetter than 57% of packages

Maintenance70

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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

168d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32730441?v=4)[Luan Alves](/maintainers/luannsr12)[@luannsr12](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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