# aliyunMsg **Repository Path**: yangon/aliyunMsg ## Basic Information - **Project Name**: aliyunMsg - **Description**: thinkphp集成阿里云发送短信验证码 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-12-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aliyunMsg **thinkphp集成阿里云发送短信验证码** 微博:[@科技男](https://weibo.com/2867936455 "@科技男") 微信公众账号:科技强人 QQ群:340036554 配置信息:sendSMS.php   配置key等参数, 在需要调用发送短信验证码是位置调用 ```php $msg=new Sendsms(); $tel='12345678999'; $rendcode=rand(1111,9999); $msg=$msg->sendcode($tel, $rendcode); ```