ucloud发送短信的php sdk

时间:2023-12-31 11:19:32

在ucloud官方的版本中,只有python的sdk可供调用,现提供php的sdk发送短信

项目地址:https://github.com/newjueqi/ucloudsms

使用方法:

(1)在config.php中加入下面的配置

把$_ucloud_public_key,$_ucloud_private_key 替换为相应的key





(2)调用的方法如下





$ucloud=new ucloudsms();

$ucloud->sendSms("xxxxxxxx","hello"); //把"xxxxxxxx"替换为你的手机号

[文章作者]曾健生

[作者邮箱]h6k65@126.com

[作者QQ]190678908

[新浪微博] @newjueqi

[博客]http://blog.csdn.net/newjueqi

http://blog.sina.com.cn/h6k65

版权声明:本文为博主原创文章,未经博主允许不得转载。