php captcha
github.com/tanchengjin/captcha
源代码
问题
安装: 128
依赖: 1
建议: 0
安全: 0
星标: 2
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 6c23e683de46d85743812ce04fcec2eafd1b4172
This package is auto-updated.
Last update: 2024-09-13 21:00:13 UTC
PHP 验证码
composer require tanchengjin/captcha
git clone git@github.com:tanchengjin/captcha.git
echo new Captcha($w,$h,$num)
$captcha=new Captcha(); echo $captcha->setText('0123456789')->display();
Captcha::verify('');