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-05-10 19:35:00 UTC


README

Build Status

use CoolCaptcha\SimpleCaptcha;

$captcha = new SimpleCaptcha();

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