A simple math captcha to use with PHP application
require_once ('path\to\MathCaptcha.php');
$mathCaptcha = new MathCaptcha\Captcha();
$mathCaptcha->generate();
$mathCaptcha->output();
require_once ('path\to\MathCaptcha.php');
$mathCaptcha = new MathCaptcha\Captcha();
$mathCaptcha->verify( $answer)
Enjoy!!