fifths/php-captcha

There is no license information available for the latest version (dev-master) of this package.

dev-master 2018-09-17 08:49 UTC

This package is auto-updated.

Last update: 2024-04-18 01:26:22 UTC


README

Install

composer require fifths/php-captcha

Use

$Captcha = new \Captcha\Captcha();

$Captcha->createImage();

$Captcha->getCode();