hyperzod / whatsapp-marketing-sdk-php
A PHP SDK to integrate Whatsapp Marketing with your application.
v1.3
2025-02-21 12:16 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.5
Requires (Dev)
- phpunit/phpunit: ^9.0
README
This is the official PHP SDK for Whatsapp Marketing.
Installation
You can install the package via composer:
composer require hyperzod/whatsapp-marketing-sdk-php
Usage
You can use the sdk to call the Whatsapp Marketing API (Eg: Sending a message).
// $client = WhatsappMarketingClient($api_key, $env, $token = null); // $response = $client->message->sendUtilityMessage($payload);
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.