Download the PHP package axolotesource/laravel-whatsapp-api without Composer
On this page you can find all versions of the php package axolotesource/laravel-whatsapp-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download axolotesource/laravel-whatsapp-api
More information about axolotesource/laravel-whatsapp-api
Files in axolotesource/laravel-whatsapp-api
Download axolotesource/laravel-whatsapp-api
More information about axolotesource/laravel-whatsapp-api
Files in axolotesource/laravel-whatsapp-api
Vendor axolotesource
Package laravel-whatsapp-api
Short Description This Laravel package facilitates sending WhatsApp messages seamlessly within your application. With easy integration, it empowers developers to incorporate WhatsApp messaging functionality, enhancing user engagement and communication in a straightforward manner.
License MTI
Package laravel-whatsapp-api
Short Description This Laravel package facilitates sending WhatsApp messages seamlessly within your application. With easy integration, it empowers developers to incorporate WhatsApp messaging functionality, enhancing user engagement and communication in a straightforward manner.
License MTI
Please rate this library. Is it a good library?
Informations about the package laravel-whatsapp-api
INSTALL
composer require axolotesource/laravel-whatsapp-api
To publish the configuration file, run the following command:
When prompted to select the provider, choose Axolotesource\LaravelWhatsappApi\LaravelWhatsappApiServiceProvider.
WhatsAppMessages
Examples
templete(string $to, string $templateName = null): Template
This method allows you to send a template-type message (this is the first message that should be sent to the client). For the second parameter, it can be null, and if so, it retrieves the value from config('laravel-whatsapp-api.default_initial_template');.
interactiveButtons(string $to): InteractiveButtons
Coming song more documentation....
All versions of laravel-whatsapp-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package axolotesource/laravel-whatsapp-api contains the following files
Loading the files please wait ....