PHP Classes

File: readme.md

Recommend this page to a friend!
  Classes of Mateo   PHP Captcha Image Generator   readme.md   Download  
File: readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Captcha Image Generator
Generate image to validate real users with CAPTCHA
Author: By
Last change:
Date: 1 year ago
Size: 657 bytes
 

Contents

Class file image Download

Codigos captcha

CodeFactor

![](https://i.imgur.com/35T2UP7.png)

  • Genera imagenes aleatorias que pueden ser usadas como un captcha simple - Características: 1. Tres fuentes diferentes (18thCentury, 39 Smooth, Arial) 2. Dos backgrounds

Genera la imagen

$captcha = new Captcha;
$captcha->draw();

Mostrar datos de la imagen

$data = $captcha->showDatas();
echo json_encode($data);

Mostrar la imagen

$captcha->showImg();