Registry / auth / gregwar-captcha

gregwar-captcha

JSON →
library2.1.0phppackagistunverified

Captcha generator

composer require gregwar/captcha
INSTALL
IMPORT
SIG · GREGWAR-CAPTCHA
G
gregwar-captcha
authphpv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CaptchaBuilder
use Gregwar\Captcha\CaptchaBuilder;

Generate and output a CAPTCHA image.

use Gregwar\Captcha\CaptchaBuilder; $builder = new CaptchaBuilder(); $builder->build(); header('Content-type: image/jpeg'); $builder->output();
Debug
Known issues
gotchaRequires GD extension for image generation.
fix
Install php-gd extension.
affects: >=1.0.0
Upgrade
Version history
2.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
gregwar-captcha — pip install gregwar-captcha · libregistry