sawirricardo / whatsapp-php
Use Whatsapp's Cloud API
Fund package maintenance!
sawirricardo
Requires
- php: ^7.3 | ^8.0
- guzzlehttp/guzzle: ^7.4
- illuminate/support: ^7.0 | ^8.0 | ^9.0 | ^10.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- pestphp/pest: ^1.20 | 2.0
- spatie/ray: ^1.28 | 2.0
This package is auto-updated.
Last update: 2024-10-09 09:00:15 UTC
README
Start using Whatsapp Business Cloud API in your app!
Support us
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
Installation
You can install the package via composer:
composer require sawirricardo/whatsapp-php
Usage
$client = \Sawirricardo\Whatsapp\Whatsapp::make($token, $phoneId) ->to('+111111111') ->message(TextMessageData::make('Hello world!')) ->send();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.