didatus/text-captcha

Class for handling text captchas

1.0.0 2018-04-20 19:53 UTC

This package is auto-updated.

Last update: 2024-05-10 02:36:05 UTC


README

TextCaptcha Handler and Generators

Latest Stable Version License Build Status Scrutinizer Code Quality Code Coverage

generate a Text Captcha

use Didatus\TextCaptcha\TextCaptchaHandler;
$handler = new TextCaptchaHandler();
$handler->generateTextCaptcha();

C8H5