techvirtual/cool-php-captcha

这是一个非常酷的包!

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

This package is not auto-updated.

Last update: 2024-09-28 16:25:51 UTC


README

Build Status

use CoolCaptcha\SimpleCaptcha;

$captcha = new SimpleCaptcha();

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