saratonite/gd-captcha

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

Simple GD Captcha

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

pkg:composer/saratonite/gd-captcha

1.0.0 2016-06-02 07:27 UTC

This package is not auto-updated.

Last update: 2025-11-03 18:07:24 UTC


README

PHP GD Captcha

Usage

<?php
require_once('vendor/autoload.php');

$c = new Saratonite\Tools\Captcha();
$c->setText("hello");
$c->make();