royfj/captcha

Image Captcha library

0.2.0 2019-08-27 07:56 UTC

This package is not auto-updated.

Last update: 2025-06-14 00:08:19 UTC


README

Image Captcha

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