Skip to content

royfj/captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha

Image Captcha

// Create a captcha image.
$captcha = new \Royfj\Captcha\Builder();
$captcha->output(); 
// Get the code of the captcha image
$captcha->getCode();