Skip to content

atikbhatti/math-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

math-captcha

A simple math captcha to use with PHP application

How to use

require_once ('path\to\MathCaptcha.php');

$mathCaptcha = new MathCaptcha\Captcha();

$mathCaptcha->generate();

$mathCaptcha->output();

How to verify

require_once ('path\to\MathCaptcha.php');

$mathCaptcha = new MathCaptcha\Captcha();

$mathCaptcha->verify( $answer)

Enjoy!!

About

math captcha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages