wawp/sdk-php

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

Maintainers

Package info

github.com/Whatsapp-Automation-web-platform/wawp-sdk-php

pkg:composer/wawp/sdk-php

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-04-21 00:41 UTC

This package is auto-updated.

Last update: 2026-04-21 02:15:53 UTC


README

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

🌟 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

composer require wawp/sdk-php

🚀 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

© 2026 Wawp API. All rights reserved.