fifths/php-captcha

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

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fifths/php-captcha

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

This package is auto-updated.

Last update: 2025-10-18 04:54:13 UTC


README

Install

composer require fifths/php-captcha

Use

$Captcha = new \Captcha\Captcha();

$Captcha->createImage();

$Captcha->getCode();