octopusz/aliyun-sms

v1.2 2021-01-20 03:36 UTC

This package is auto-updated.

Last update: 2024-06-04 09:15:59 UTC


README

2018最新sdk封装composer包

使用方法:引入项目文件

use \Octopusz\AliyunSms\AliyunSms;

$iot = new AliyunSms('accessKey','accessSecret');

发送短信:

$iot->sendSms('code','templateCode','phoneNumbers','signName');

...