apimaster/sms
Composer 安装命令:
composer require apimaster/sms
包简介
apimaster quick sms web service
README 文档
README
Quick sms webservice by apimaster
Installation
Via Composer
$ composer require apimaster/sms
Usage
<?php include 'vendor/autoload.php'; use APIMaster\SMS\SMS; SMS::setApiKey('<YOUR_API_KEY'); $sms = SMS::send('0933xxxx957', 106, ['code' => 4859]); print_r($sms);
Replace <YOUR_API_KEY> with your given api key.
Documentation
You can see documents in postman. Don't forget to check out endpoint examples.
License
This library is open-sourced package licensed under the MIT license.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-17