techvirtual/cool-php-captcha

This is a very cool package!

Maintainers

Package info

github.com/techvirtual/cool-php-captcha

pkg:composer/techvirtual/cool-php-captcha

Statistics

Installs: 688

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 2

dev-master 2014-10-14 16:07 UTC

This package is not auto-updated.

Last update: 2026-04-11 23:49:48 UTC


README

Build Status

use CoolCaptcha\SimpleCaptcha;

$captcha = new SimpleCaptcha();

// sends headers and content to the browser
$text = $captcha->DisplayImage();