Skip to content

srttk/gd-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GD-Captcha

PHP GD Captcha

Usage

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

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