Download the PHP package sharetrip/alisms without Composer
On this page you can find all versions of the php package sharetrip/alisms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sharetrip/alisms
More information about sharetrip/alisms
Files in sharetrip/alisms
Download sharetrip/alisms
More information about sharetrip/alisms
Files in sharetrip/alisms
Vendor sharetrip
Package alisms
Short Description 阿里云短信服务接口
License MIT
Homepage https://github.com/Sharetrip/alisms
Package alisms
Short Description 阿里云短信服务接口
License MIT
Homepage https://github.com/Sharetrip/alisms
Please rate this library. Is it a good library?
Informations about the package alisms
Yii2 阿里云短信服务接口
安装方法: composer require sharetrip/alisms
使用方法:
objSms = new Sms(
Yii::objSms = new Sms( Yii::app->params['ALiSMS']
);
$config = [ 'PhoneNumbers' => "12345678912", //Yii2 阿里云短信服务接口
安装方法: composer require sharetrip/alisms
使用方法:
objSms = new Sms( Yii::app->params['ALiSMS'] );
$config = [
'PhoneNumbers' => "12345678912", //手机号码
'SignName' => "分享之旅", //模板签名
'TemplateCode' => "SMS_**", //短信模板
Code 'number' => "16888", //验证码
'serialNumber' => time() //流水号
];
return objSms->sendSms( config );
All versions of alisms with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package sharetrip/alisms contains the following files
Loading the files please wait ....