octopusz/aliyun-sms

aliyun-sms

Installs: 131

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/octopusz/aliyun-sms

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

This package is auto-updated.

Last update: 2025-11-04 12:12:21 UTC


README

2018最新sdk封装composer包

使用方法:引入项目文件

use \Octopusz\AliyunSms\AliyunSms;

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

发送短信:

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

...