gaardee/php-cpsms
Composer 安装命令:
composer require gaardee/php-cpsms
包简介
Send sms with smsprovider cpsms.dk API version 2
README 文档
README
This package can be used to send packages via cpsms API v2. https://api.cpsms.dk/documentation/index.html
Read more about cpsms here: http://www.cpsms.dk
Send sms
$sms = new sms('apiKey'); $sms->recipient = '12345678'; $sms->sender = 'Sender'; $sms->message = 'Test message'; $sms->send();
Check credits
$sms = new SMS('apiKey'); $sms->credits();
统计信息
- 总下载量: 82
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-01-29