littlespark/aliyun-sms

短信服务-阿里云 对应官方版本V20170525

v1.0 2017-07-22 04:41 UTC

This package is not auto-updated.

Last update: 2025-07-20 07:36:16 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);