guoguo882010/aliyun-sms
最新稳定版本:1.0.0
Composer 安装命令:
composer require guoguo882010/aliyun-sms
包简介
阿里云 短息发送
README 文档
README
安装
composer require guoguo882010/aliyun-sms
使用
$config = [ 'accessKeyId' => 'xxxxxxx', 'accessKeySecret' => 'dddddd', 'signName' => '短信签名', ]; $sms = new \RSHDSDK\ALiYunSMS\ALiYunSMS($config); //手机号 $tel = '13333333333'; //阿里云短信模版id $smsId = 'SMS_411111'; //如果短信没有参数,可以不传 $param = [ 'name' => '名字', 'age' => '12' ]; //发送短信 $sms->send($tel,$smsId,$param);
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-16