devguru/smstraffic-api
Composer 安装命令:
composer require devguru/smstraffic-api
包简介
SMS Traffic API implementation
README 文档
README
SMS Traffic is full-cycle SMS aggregator. This project is an implementation of API by HTTP Protocol.
Usage:
use DevGuru\SmsTrafficApi\Client;
use DevGuru\SmsTrafficApi\Sms\Sms;
$client = new Client('login', 'password', 'originator');
$result = $client->send(new Sms('Phone', 'Message'));
Documentation
统计信息
- 总下载量: 10.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-12