royfj/captcha

Image Captcha library

0.2.0 2019-08-27 07:56 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:11:02 UTC


README

Image Captcha

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