lawyi/baimifan
Composer 安装命令:
composer require lawyi/baimifan
包简介
关键字:
README 文档
README
...
bmfsms
- 支持 baichuan 发送短信
$code = rand(1000, 9999);
$time = 5;
$name = ''; // 尾巴
$mobile = '18267xxxxxx';
$config = [
'appkey' => '',
'secret' => '',
'template_id' => '57', // 模版ID
'signature_id' => '293', // 签名ID
'context' => [ // 模版变量
'code' => $code,
'time' => $time,
'name' => $name,
]
];
$res = \Baimifan\Sms::baichuan($config)->to($mobile)->send();
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-28