阿里云短信发送sdk封装
- 2017-07-06
Release v0.0.3
测试版;目前仅支持单条短信发送;一点优化及改bug - 2017-06-02
Release v0.0.1
测试版发布
composer require oakhope/aliyun-sms
$aliyunSms = new \Oakhope\AliyunSMS('accessId', 'accessKey', 'endPoint', 'topicName', 'signName');
$aliyunSms->sendOne('templateCode', 'phone', ['paramA' => 'valueA', 'paramB' => 'valueB']);
除 “版权所有(C)阿里云计算有限公司” 的代码文件外,遵循 MIT license 开源