littlespark / aliyun-sms
短信服务-阿里云 对应官方版本V20170525
Installs: 850
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/littlespark/aliyun-sms
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^6.2
This package is not auto-updated.
Last update: 2025-10-12 08:38:14 UTC
README
阿里云短信服务,对应官方版本为V20170525
官方文档及demo: https://help.aliyun.com/document_detail/55451.html?spm=5176.doc55359.6.555.VFDaVG
#使用 composer require littlespark/aliyun-sms
示例代码请查看AliSms文件
<?php
use Aliyun\AliSms;
//发送短信
(new AliSms($accessKeyId, $accessKeySecret))->sendSms($signName, $templateCode, $phoneNumbers);