Download the PHP package xkeyi/aliyun-sms without Composer
On this page you can find all versions of the php package xkeyi/aliyun-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package aliyun-sms
Aliyun-SMS
基于 阿里云短信服务 的 PHP 组件
安装
配置
在使用本扩展之前,你需要去 注册账号,然后开通短信服务,创建 AccessKey,并设置好自己的短信签名和短信模版。
使用
参数说明
$phone
- 接收短信的手机号码$template_code
- 短信模版$message
- 包含所有在短信模版中设置的变量的数组,如:['code' => '123456, 'name' => 'xxx']
在 Laravel 中使用
在 Laravel 中使用也是同样的安装方式,配置写在 config/services.php
中:
然后在 .env
中配置上面的三个值:
可以用两种方法获取 Xkeyi\AliyunSms\SendSms
实例:
方法参数注入
服务器访问
参考
License
MIT
All versions of aliyun-sms with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package xkeyi/aliyun-sms contains the following files
Loading the files please wait ....