mkhab7/

math-captcha

安装: 15

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:软件包

dev-main 2022-08-24 14:18 UTC

This package is auto-updated.

Last update: 2024-09-29 05:29:21 UTC


README

用于生成数学验证码的软件包

$captcha  = captcha(width: 170, height: 100)->generate();


$answer = $captcha->answer();// 19


$captcha->display();

captcha()->withoutBgColor()->generate()->display()

通过 composer 安装

composer require mkhab7/math-captcha