lotus / captcha
There is no license information available for the latest version (1.0.0) of this package.
Create and validate captcha Image
1.0.0
2017-04-14 18:40 UTC
Requires
- php: ^5.3.3 || ^7.0
- ext-gd: *
This package is not auto-updated.
Last update: 2025-06-16 19:22:42 UTC
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