thinkphp6 短信腾讯
github.com/zds-s/thinkphp-sms-tencent
主页
源代码
问题
资助包维护! 开放集体 hyperf.wiki/#/zh-cn/donate
安装: 8
依赖项: 0
建议者: 0
安全性: 0
星标: 0
观察者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 0844cec74e776c558ac2834ed46d792406cdc132
thinkphp6thinkphp composer组件扩展包thinkphp6 tencent smsthinkphp 腾讯云 短信腾讯云短信
This package is auto-updated.
Last update: 2024-09-20 12:38:08 UTC
config/sms.php
return [ 'default'=>env('sms.default','aliyun'), 'drives'=>[ 'tencent'=>[ 'type'=>'Tencent', 'region'=>null,//地域 'secretId'=>null,// 'secretKey'=>null,// 'endpoint'=>null,// ] ] ];