xnrcms-package / yh-shop-captcha
商城系统验证码组件,支持多种验证码类型和自定义配置
v1.0.2
2025-12-02 14:15 UTC
Requires
- php: ^8.0
- ext-gd: *
- ext-mbstring: *
- topthink/framework: ^8.0
- xnrcms-package/yh-shop-cache: ^1.0
This package is not auto-updated.
Last update: 2025-12-03 10:03:16 UTC
README
商城系统验证码组件,支持多种验证码类型和自定义配置。
功能特性
- 图形验证码生成
- 数字验证码
- 中文验证码
- 算术验证码
- 自定义样式和配置
安装
composer require xnrcms-package/yh-shop-captcha
使用说明
// 使用示例
use Xnrcms\Package\YhShopCaptcha\Captcha;
$captcha = new Captcha();
$image = $captcha->create();
依赖
- xnrcms-package/yh-shop-cache
许可证
MIT