royfj/captcha

Image Captcha library

Maintainers

Package info

github.com/royfj/captcha

Homepage

pkg:composer/royfj/captcha

Statistics

Installs: 5 180

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.0 2019-08-27 07:56 UTC

This package is not auto-updated.

Last update: 2026-02-21 03:23:54 UTC


README

Image Captcha

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