Home > Article > PHP Framework > TP5 uses Tencent Cloud to send SMS verification code service
The following thinkphp framework tutorial column will introduce to you how TP5 uses Tencent Cloud to send SMS verification code services. I hope it will be helpful to friends in need!
1. Open Tencent Cloud official website to activate SMS service: https://console.cloud.tencent.com/sms/smslist, real-name verification is required
2. Download the corresponding sdk file, here is the php file
3. After unzipping, put the following three files into the sms folder in the extend file (create the sms folder)
4. We reference three classes in the controller:
5. Add the application to Tencent Cloud’s SMS console and create Template:
Directly access that method, the text message will be sent successfully, and the mobile phone number will be added to the whitelist (added in the SMS console).
The above is the detailed content of TP5 uses Tencent Cloud to send SMS verification code service. For more information, please follow other related articles on the PHP Chinese website!