Start using Whatsapp Business Cloud API in your app!
Investing on this package is defintely a good move from you. You can support by donating to:
- PayPal https://www.paypal.com/paypalme/sawirricardo.
- BCA 8330123584
You can install the package via composer:
composer require sawirricardo/whatsapp-php
$client = \Sawirricardo\Whatsapp\Whatsapp::make($token, $phoneId)
->to('+111111111')
->message(TextMessageData::make('Hello world!'))
->send();
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.