lotus/captcha
Build texture captcha is very easy using pw captcha., (*1)
include library file into your page. Create an object of the PwCaptcha class., (*2)
require_once 'src/Captcha.php';
$captcha = new lotus/Captcha();, (*3)
To get output of captcha image use, (*4)
$captcha->render();, (*5)
configre methods
$captcha->setIsMultiColourText( boolean ), (*6)
set minimum character number
$captcha->setMinLength(), (*7)
set maximum character length
$captcha->setMaxLength(), (*8)
set number og random straigth lines in background, (*9)
$captcha->setNumberOfLines(), (*10)
Min 1 and max is 100, (*11)