qiankuny/captcha

There is no license information available for the latest version (v1.0.1) of this package.

基于base64位和jwt验证的图形验证码

v1.0.1 2022-05-29 05:10 UTC

This package is auto-updated.

Last update: 2025-07-29 02:32:47 UTC


README

验证码类库

安装

composer require qiankuny/captcha

使用

在控制器中输出验证码

在控制器的操作方法中使用

$cap = new Captcha();
$res = $cap->create();