lotus/captcha
Composer 安装命令:
composer require lotus/captcha
包简介
Create and validate captcha Image
README 文档
README
Build texture captcha is very easy using pw captcha.
include library file into your page. Create an object of the PwCaptcha class.
require_once 'src/Captcha.php'; $captcha = new lotus/Captcha();
To get output of captcha image use
$captcha->render();
#configre methods
$captcha->setIsMultiColourText( boolean )
set minimum character number
$captcha->setMinLength()
set maximum character length $captcha->setMaxLength()
set number og random straigth lines in background
$captcha->setNumberOfLines()
Min 1 and max is 100
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-04-14