youlead-bow/spothit-sms-api
最新稳定版本:v1.1.1
Composer 安装命令:
composer require youlead-bow/spothit-sms-api
包简介
Spothit Library
README 文档
README
Spot-hit SMS API PHP client.
Installation
The recommended way to install Spot-hit SMS API PHP client is through composer:
$ composer require youlead-bow/spothit-sms-api
Usage
Sending simple SMS
<?php $client = new Spothit\Client\Sms('***API_KEY***'); $client->setSmsRecipients(['+336********']); $client->setSmsSender('AnySender'); $client->send('Yiiii - This is my first SMS');
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-09