he/sms
Composer 安装命令:
composer require he/sms
包简介
常用 短信服务
关键字:
README 文档
README
###常用短信运营商封装
###example
####配置文件
$config = [
'lsmApiKey' => '',
'txAppId' => '',
'txAppKey' => '',
'aliAccessKeyId' => '',
'aliAccessKeySecret' => '',
'aliSignName' => '',
'aliTemplateCode' => ''
'teCustomerId' => '',
'teAppkey' => '',
];
###实例化
$aliSms = new he\sms\AliSms($config);
$aliSms->setPhone('10080');
$aliSms->setCountryCode('86');
$aliSms->send('1234');
$lsmSms = new he\sms\LuosimaoSms($config);
...
$txSms = new he\TxSms($config);
...
$txSms->sendVoice(1234)
#只实现了telesing verifySms verifyVoice
$telesignSms = new he\TeleSignSms($config);
...
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-20