PHPackages                             wawp/sdk-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. [API Development](/categories/api)
4. /
5. wawp/sdk-php

ActiveLibrary[API Development](/categories/api)

wawp/sdk-php
============

Official PHP SDK for Wawp WhatsApp API. PSR-4 compliant, resource-based architecture for seamless integration.

v1.0.0(3mo ago)051MITPHPPHP &gt;=7.4

Since Apr 21Pushed 2mo agoCompare

[ Source](https://github.com/Whatsapp-Automation-web-platform/wawp-sdk-php)[ Packagist](https://packagist.org/packages/wawp/sdk-php)[ RSS](/packages/wawp-sdk-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

Wawp PHP SDK 🐘
==============

[](#wawp-php-sdk-)

The official PHP SDK for the **Wawp WhatsApp Automation Platform**. A PSR-4 compliant library designed for seamless integration with any PHP project.

🌟 Features
----------

[](#-features)

- **Comprehensive API Coverage**: Support for all Wawp V2 endpoints.
- **Multipart Media Support**: Effortlessly send local images, videos, and documents.
- **Webhook Security**: Easily verify HMAC signatures for incoming events.
- **Architectural Excellence**: Resource-based structure for clean and maintainable code.

📦 Installation
--------------

[](#-installation)

```
composer require wawp/sdk-php
```

🚀 Quick Start
-------------

[](#-quick-start)

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

use Wawp\SDK\WawpClient;

$client = new WawpClient('INSTANCE_ID', 'ACCESS_TOKEN');

// Send a quick text
$client->messaging->sendText('201234567890@c.us', 'Hello from PHP!');

// Verify Webhook Signature
$isValid = $client->webhooks->verifySignature($payload, $signature, $secret);
```

🏗️ The Wawp Ecosystem
---------------------

[](#️-the-wawp-ecosystem)

- **[NPM SDK &amp; CLI](https://www.npmjs.com/package/@wawp/sdk)**: Native tools for the Node.js environment.
- **[Live Docs](https://api.wawp.net)**: Interactive documentation for testing.
- **[Laravel Wrapper](https://github.com/wawp-api/wawp-laravel)**: Specialized bridge for Laravel developers.

---

© 2026 Wawp API. All rights reserved.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance83

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

95d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/652b7243fa5393e6f9cb1ca3cfd1d2067948910821eca15398389077d19b4bbd?d=identicon)[aebnsafaa](/maintainers/aebnsafaa)

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

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

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)[volcengine/volcengine-php-sdk

118.7k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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