cheanizer/laravel-rapiwha
最新稳定版本:1.1
Composer 安装命令:
composer require cheanizer/laravel-rapiwha
包简介
Rapiwha class wrapper for laravel
README 文档
README
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');
统计信息
- 总下载量: 241
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-04-15