yinxu46/frappe-sms
最新稳定版本:v2.0.4
Composer 安装命令:
composer require yinxu46/frappe-sms
包简介
README 文档
README
thinkphp6|thinkphp8 短信类库
安装
composer require yinxu46/frappe-sms
使用
助手函数
发送短信
public function send($mobile = '', $params = [])
{
return frappe_sms_send($phones, string $template, array $params = [], string $config = null, array $extra = []);
}
发送短信验证码
public function send_code($mobile = '')
{
return frappe_sms_code_send($phone, string $template, string $client = "", int $expire = 300);
}
验证短信验证码
public function validate_code($mobile = '')
{
return frappe_sms_code_validate($phone, string $phone_code, string $template, string $client = "", bool $exception = true);
}
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2024-03-28