Download the PHP package wjpub/yii2-mns without Composer
On this page you can find all versions of the php package wjpub/yii2-mns. 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 yii2-mns
yii2-mns
SMS
conf:
'mns' => [
'class' => 'wjpub\yii2mns\Mns',
'accessId' => 'ACCESS_ID',
'accessKey' => 'ACCESS_KEY',
'endPoint' => 'END_POIND',
'pointName' => 'TOPIC_NAME(eg:sms.topic-cn-beijing)'
],
use
Yii::$app->mns->sendSms(
SIGN_NAMW, //签名
TEMPLATE_CODE, //模板代码
PHONE, //手机号
PARAMS, //配置信息,key,value必须都为字符串
);
All versions of yii2-mns with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5|~7.0
yiisoft/yii2 Version ~2.0
guzzlehttp/guzzle Version ^6.3
guzzlehttp/promises Version ^1.3
guzzlehttp/psr7 Version ^1.4
yiisoft/yii2 Version ~2.0
guzzlehttp/guzzle Version ^6.3
guzzlehttp/promises Version ^1.3
guzzlehttp/psr7 Version ^1.4
The package wjpub/yii2-mns contains the following files
Loading the files please wait ....