saratonite/gd-captcha

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

Simple GD Captcha

Maintainers

Package info

github.com/saratonite/gd-captcha

Issues

pkg:composer/saratonite/gd-captcha

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 2

1.0.0 2016-06-02 07:27 UTC

This package is not auto-updated.

Last update: 2026-03-09 20:33:24 UTC


README

PHP GD Captcha

Usage

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

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