fifths/php-captcha

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

Maintainers

Package info

github.com/fifths/php-captcha

pkg:composer/fifths/php-captcha

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-18 05:39:16 UTC


README

Install

composer require fifths/php-captcha

Use

$Captcha = new \Captcha\Captcha();

$Captcha->createImage();

$Captcha->getCode();