techvirtual/cool-php-captcha

This is a very cool package!

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

This package is not auto-updated.

Last update: 2025-04-26 19:23:58 UTC


README

Build Status

use CoolCaptcha\SimpleCaptcha;

$captcha = new SimpleCaptcha();

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