wawp / sdk-php
Official PHP SDK for Wawp WhatsApp API. PSR-4 compliant, resource-based architecture for seamless integration.
v1.0.0
2026-04-21 00:41 UTC
Requires
- php: >=7.4
- guzzlehttp/guzzle: ^7.0
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
- NPM SDK & CLI: Native tools for the Node.js environment.
- Live Docs: Interactive documentation for testing.
- Laravel Wrapper: Specialized bridge for Laravel developers.
© 2026 Wawp API. All rights reserved.