juliardi/wablas-client
最新稳定版本:1.1.1
Composer 安装命令:
composer require juliardi/wablas-client
包简介
Library for sending WhatsApp message through Wablas (wablas.com)
README 文档
README
Wablas Client
Library for sending WhatsApp message through Wablas (wablas.com). Please register at Wablas to get your token.
Installation
$ composer require juliardi/wablas-client
Usage
use Juliardi\Wablas\Client; $client = new Client('wablas-token-here'); try { $result = $client->sendMessage('0809899999', 'message content'); var_dump($result); } catch (\Exception $e) { // log error here }
统计信息
- 总下载量: 886
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-08