masterstart/php-totalsend-sms
Composer 安装命令:
composer require masterstart/php-totalsend-sms
包简介
An API client for sending SMSs via the TotalSend API
README 文档
README
An API client for sending SMSs via the TotalSend API
Installation
composer require masterstart/php-totalsend-sms
Usage
$username = 'your_username'; $password = 'your_password'; // or api token $guzzleClient = new \GuzzleHttp\Client(); $client = new \MasterStart\TotalSendSMS\TotalSendSMSClient($guzzleClient, $username, $password); s $response = $client->sendMessage('+27000000000', 'This is a test message.'); var_dump($response);
统计信息
- 总下载量: 276
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-06