wjpub / yii2-mns
Yii2 ali mns
Installs: 223
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wjpub/yii2-mns
Requires
- php: ~5.5|~7.0
- guzzlehttp/guzzle: ^6.3
- guzzlehttp/promises: ^1.3
- guzzlehttp/psr7: ^1.4
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2025-10-08 06:42:07 UTC
README
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必须都为字符串
);