royfj/captcha

Image Captcha library

Installs: 5 136

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/royfj/captcha

0.2.0 2019-08-27 07:56 UTC

This package is not auto-updated.

Last update: 2025-10-04 01:39:14 UTC


README

Image Captcha

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