# thinkphp-sms-qiniu **Repository Path**: flywit/thinkphp-sms-qiniu ## Basic Information - **Project Name**: thinkphp-sms-qiniu - **Description**: thinkphp6 七牛云短信 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-06-22 - **Last Updated**: 2023-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thinkphp6 七牛云 sms 驱动 ## 短信驱动 基于 七牛云官方sdk轻度封装 [qiniu/php-sdk](https://github.com/qiniu/php-sdk) # 使用 ## 修改配置文件 `config/sms.php` --- ```php return [ 'default'=>env('sms.default','qiniu'), 'drives'=>[ 'qiniu'=>[ 'type'=>'Qiniu', 'accessKey'=>null,// 'secretKey'=>null,// ] ] ]; ``` --- ## 查看[sms文档](https://www.cnblogs.com/death-satan/articles/thinkphp_sms.html)