tamkeenlms/mobily-sms-api-json
最新稳定版本:1.4
Composer 安装命令:
composer require tamkeenlms/mobily-sms-api-json
包简介
A non-official API client for Mobily.ws SMS service
README 文档
README
This is a non-official API client for Mobily.ws SMS service. We created it after struggling with their API. This is another attempt seconding one we already created. This one uses what they call the JSON API at their end!
Usage
Simply create a client:
$client = new MobilyAPI\Client(username, password, senderName);
Then use the request you want:
$newMessage = new MobilyAPI\Requests\SendMessage($client, numbers, message); $response = $newMessage->send(); // Send the request $newMessage->sent(); // Tells you if it was sent successfully
It's very simple and straight forward. Good luck.
统计信息
- 总下载量: 256
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-21