saratonite/gd-captcha

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

Simple GD Captcha

1.0.0 2016-06-02 07:27 UTC

This package is not auto-updated.

Last update: 2024-09-23 12:41:09 UTC


README

PHP GD Captcha

Usage

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

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