aoeng/laravel-sms-captcha

sms captcha


License
MIT

Documentation

短信发送模块

安装

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