package yunpian-sms
云片短信发送,基于Laravel5.3插件。
xiaolong/yunpian-sms
云片短信发送,基于Laravel5.3插件。
- Wednesday, March 15, 2017
- by G-Bruin
- Repository
- 0 Watchers
- 5 Stars
- 20 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 3 Versions
- 0 % Grown
yunpian-sms
基于laravel5.3.*以上版本的系统集成短信发送功能。, (*1)
安装
-
安装包文件, (*2)
composer require xiaolong/yunpian-sms
配置
Laravel 应用
-
注册 ServiceProvider
:, (*3)
XiaoLong\YunpianSMS\YunpianSMSServiceProvider::class,
-
创建配置文件:, (*4)
php artisan vendor:publish
-
请修改应用根目录下的 config/yunpian.php
中对应的项即可;, (*5)
-
(可选)添加外观到 config/app.php
中的 aliases
部分:, (*6)
'YunpianSMS' => XiaoLong\YunpianSMS\Facades\YunpianSMS::class,
-
在 ENV 中配置以下选项:, (*7)
SMS_API_KEY=xxx
SMS_SEND_URL=xxx
6.使用, (*8)
php
/*
* 手机号
* 短信模板
*/
\YunpianSMS::sendSMS('183xxxx1235',"【xxx】短信内容");
, (*9)
License
MIT, (*10)