Download the PHP package cheanizer/laravel-rapiwha without Composer
On this page you can find all versions of the php package cheanizer/laravel-rapiwha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cheanizer/laravel-rapiwha
More information about cheanizer/laravel-rapiwha
Files in cheanizer/laravel-rapiwha
Download cheanizer/laravel-rapiwha
More information about cheanizer/laravel-rapiwha
Files in cheanizer/laravel-rapiwha
Vendor cheanizer
Package laravel-rapiwha
Short Description Rapiwha class wrapper for laravel
License
Package laravel-rapiwha
Short Description Rapiwha class wrapper for laravel
License
Please rate this library. Is it a good library?
Informations about the package laravel-rapiwha
lararapiwha
simple library to interact with rapiwha (rapiwha.com) api whastapp endpoint.
how to install
composer require cheanizer/laravel-rapiwha
note : for Laravel 5.x please use release 1.0
add in the provider section in your config/app.php
Cheanizer\LaraRapiWha\LaraRapiWhaServiceProvider::class
and optional add facades in facades section if you want user this library everytime.
'APIWHA' => Cheanizer\LaraRapiWha\Facade::class
dont forget to copy configuration filed using
php artisan vendor:publish
add parameters rapiwha account to your .env
RAPIWHA_BASE_URL=http://panel.rapiwha.com/
RAPIWHA_APIKEY={your_api_key_here}
how to use
load the library and use this command to send message via whastapp.
$dd = APIWHA::send('628123456789','hello');
All versions of laravel-rapiwha with dependencies
PHP Build Version
Package Version
The package cheanizer/laravel-rapiwha contains the following files
Loading the files please wait ....