Looking to hire Laravel developers? Try LaraJobs

laravel-sms-captcha maintained by aoeng

Description
sms captcha
Author
Last update
2023/11/03 04:10 (1.1.1)
License
Links
Downloads
24

Comments
comments powered by Disqus

短信发送模块

安装

composer require  aoeng/laravel-sms-captcha
php artisan vendor:publish --provider="Aoeng\Laravel\SMS\Captcha\CaptchaServiceProvider"

发送和验证两个接口

use Aoeng\Laravel\SMS\Captcha\Facades\Captcha;
//验证短信验证码
Captcha::check('152********','548747');

参考

overtrue/easy-sms