Skip to content

Whatsapp-Automation-web-platform/wawp-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages