Download the PHP package wilsonglasser/laravel-chatapi-whatsapp without Composer
On this page you can find all versions of the php package wilsonglasser/laravel-chatapi-whatsapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wilsonglasser/laravel-chatapi-whatsapp
More information about wilsonglasser/laravel-chatapi-whatsapp
Files in wilsonglasser/laravel-chatapi-whatsapp
Download wilsonglasser/laravel-chatapi-whatsapp
More information about wilsonglasser/laravel-chatapi-whatsapp
Files in wilsonglasser/laravel-chatapi-whatsapp
Vendor wilsonglasser
Package laravel-chatapi-whatsapp
Short Description Send WhatsApp messages with Chat API
License MIT
Homepage https://github.com/wilsonglasser/laravel-chatapi-whatsapp
Package laravel-chatapi-whatsapp
Short Description Send WhatsApp messages with Chat API
License MIT
Homepage https://github.com/wilsonglasser/laravel-chatapi-whatsapp
Please rate this library. Is it a good library?
wilsonglasser/laravel-chatapi-whatsapp
Rate from 1 - 5
Rated 3.00 based on 1 reviews
Rated 3.00 based on 1 reviews
Informations about the package laravel-chatapi-whatsapp
Laravel client and channel for WhatsApp API (by Chat API)
This package makes it easy to send WhatsApp messages using Chat API with Laravel 5.
Contents
- Installation
- Configuration
- Usage
- Available Message methods
Installation
You can install the package via composer:
You must install the service provider:
Configuration
Configure your credentials:
Usage
You can now use the channel in your via()
method inside the Notification class.
Routing a message
You can either send the notification by providing with the chat id of the recipient to the to($phone) method like shown in the above example or add a routeNotificationForChatAPI() method in your notifiable model:
Available Message methods
to($phone)
: (integer) Recipient's phone.content('message')
: (string) Message.file('/path/to/file','My Photo.jpg')
: (string) File real path, you can also send the file contents and pass two additional params for file name and file mime type (required)file('/path/to/file','My Photo.jpg','image/jpg')
All versions of laravel-chatapi-whatsapp with dependencies
PHP Build Version
Package Version
The package wilsonglasser/laravel-chatapi-whatsapp contains the following files
Loading the files please wait ....