2017 © Pedro Peláez
 

package aliyun-dysms

新版阿里大于短信接口 for laravel5.5+

image

laramall/aliyun-dysms

新版阿里大于短信接口 for laravel5.5+

  • Thursday, December 28, 2017
  • by bluetoothswh
  • Repository
  • 1 Watchers
  • 18 Stars
  • 363 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 2 Open issues
  • 10 Versions
  • 26 % Grown

The README.md

AlidySms

新版阿里大于短信接口的Laravel组件 for Laravel 5.5+ , (*1)

网址:larashuo.com, (*2)

, (*3)

系统要求

php >= 7.0+

laravel >= 5.5+

安装

composer require laramall/aliyun-dysms

设置配置文件

php artisan vendor:publish --provider="LaraMall\AlidySms\AlidySmsServiceProvider"

修改 config/sms.php 中的阿里大于短信相关参数

    //id
    'ACCESS_KEY_ID'=>'',
    //秘钥
    'ACCESS_KEY_SECRET'=>'',
    //短信签名
    'signName'=>'',
    //短信模板编号
    'templateCode'=>'',
    //短信模板中变量字段
    'field'=>'number',
    //要发送的短信内容
    'content'=>rand(1000,9999),

使用

, (*4)

use Sms;

//短信发送成功 下面函数返回 true 反之 false
Sms::put('phone','13800000000')->send();

所有参数完全自定义发送短信模式

Sms::put('phone',$phone) //接受短信的手机号
   ->put('signName',$signName) //短信签名
   ->put('templateCode',$templateCode) //短信模板编号
   ->put('filed',$field) //短信模板中的变量字段
   ->put('content',$content) //短信中的变量的值 也就是验证码的内容
   ->send(); //发送短信

如果在配置文件config/sms.php中已经设置了, (*5)

短信签名 + 短息模板编号 + 短信模板中字段变量 + 短信发送内容, (*6)

可以使用简约模式发送短信, (*7)

use Sms;
Sms::put('phone',$phone)->send();

验证短信已写入表单验证规则, (*8)

假设表单中短信验证码的字段为 code, (*9)

$rules = ['code'=>'required|sms'];

The Versions

28/12 2017

dev-master

9999999-dev https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

28/12 2017

v1.0.8

1.0.8.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

22/12 2017

v1.0.7

1.0.7.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

04/11 2017

v1.0.6

1.0.6.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

04/11 2017

v1.0.5

1.0.5.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

03/11 2017

v1.0.4

1.0.4.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

22/10 2017

v1.0.3

1.0.3.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

22/10 2017

v1.0.2

1.0.2.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

19/10 2017

v1.0.1

1.0.1.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk

19/10 2017

v1.0.0

1.0.0.0 https://github.com/bluetoothswh/AlidySms.git

新版阿里大于短信接口 for laravel5.5+

  Sources   Download

MIT

The Requires

  • php >=7.0

 

阿里大于 laravel5.5 aliyun dysms sdk