Download the PHP package alaaelsaid/laravel-wati-whatsapp without Composer
On this page you can find all versions of the php package alaaelsaid/laravel-wati-whatsapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alaaelsaid/laravel-wati-whatsapp
More information about alaaelsaid/laravel-wati-whatsapp
Files in alaaelsaid/laravel-wati-whatsapp
Download alaaelsaid/laravel-wati-whatsapp
More information about alaaelsaid/laravel-wati-whatsapp
Files in alaaelsaid/laravel-wati-whatsapp
Vendor alaaelsaid
Package laravel-wati-whatsapp
Short Description This Package for integration with wati servive
License MIT
Package laravel-wati-whatsapp
Short Description This Package for integration with wati servive
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-wati-whatsapp
Installation
You can install the package via Composer.
Publishing
After install publish file config
Env
In the .env file you can add those keys:
Usage
use Alaaelsaid\LaravelWatiWhatsapp\Facade\Whatsapp;
// to send single phone number;
Whatsapp::send('+201007153686', "hello world", "John Smith");
// to send multi phone numbers;
// $users => collection of users to send a mutiple phone numbers;
// column => whatsapp column in users table;
// name => the column name of the user in the users table ex: [ name, fullname ];
Whatsapp::multi(message: "hello world", users: $users, column: 'whatsapp', name: 'John Smith'');
All versions of laravel-wati-whatsapp with dependencies
PHP Build Version
Package Version
No informations.
The package alaaelsaid/laravel-wati-whatsapp contains the following files
Loading the files please wait ....