appiersign/hubtel-sms
最新稳定版本:v1.0.0
Composer 安装命令:
composer require appiersign/hubtel-sms
包简介
API client that consumes Hubtel's SMS API
README 文档
README
A composer package that integrates Hubtel's SMS API. This version only supports sending single SMS.
Install package with the code below:
composer require appiersign/hubtel-sms
Import and Create an instance of the sender class
use AppierSign\HubtelSMS\HubtelSMS;
$sms = new HubtelSMS($apiId, $apiSecret, $senderId)
Call send() on the instance and pass the phone number and message as seen below:
$response = $sms->send('2332496xxxxx', 'your text message');
统计信息
- 总下载量: 1.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-01-30