Download the PHP package curder/laravel-aliyun-sms without Composer
On this page you can find all versions of the php package curder/laravel-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 laravel-aliyun-sms
laravel-aliyun-sms
阿里云短信服务-Laravel,基于api V20170525版本。
阿里云短信服务地址接入流程:https://help.aliyun.com/document_detail/55288.html?spm=5176.sms-account.109.10.56907c16jbje4H
Install
Config
在Laravel项目的.env
文件中配置如下信息。
注册ServiceProvide
在项目的config/app.php
文件中providers
数组中新增如下行:
生成配置文件
生成的文件在config/aliyunsms.php
,可以前往修改。
How to use ?
接受的参数分别是:
- string $mobile -> 短信接受手机号
- string $tplId -> 模板签名id,需要在阿里云后台申请,并通过审核才可以使用
- array $params -> 发送参数
All versions of laravel-aliyun-sms with dependencies
PHP Build Version
Package Version
The package curder/laravel-aliyun-sms contains the following files
Loading the files please wait ....