granam/smsbranacz
Composer 安装命令:
composer require granam/smsbranacz
包简介
SMSBrana.cz allows sending paid SMS via API
README 文档
README
<?php use \Granam\SmsBranaCz\SmsSender; try { $smsSender = new SmsSender('your_smsbrana_cz_login', 'your_smsbrana_cz_password', new \GuzzleHttp\Client(['connection_timeout' => 30])); $smsSender->send( '+420123456789', // phone number 'Your account has been activated, enjoy!' // message text ); } catch (\Granam\SmsBranaCz\Exceptions\Exception $smsException) { \trigger_error('Could not sent SMS: ' . $smsException->getMessage(), E_USER_WARNING); }
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-03