Looking to hire Laravel developers? Try LaraJobs

laravel-whatsapp maintained by rambhosale

Description
Use Whatsapp's Cloud API
Author
Last update
2023/01/18 13:31 (dev-main)
License
Downloads
1

Comments
comments powered by Disqus

Use The Most Used Whatsapp's Cloud API

WhatsApp PHP Latest Version on Packagist Tests Total Downloads

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:

Installation

You can install the package via composer:

composer require sawirricardo/whatsapp-php

Usage

$client = \Rambhosale\LaravelWhatsapp\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.