yinxu46/frappe-sms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: mit
  • 更新时间: 2024-03-28