2017 © Pedro Peláez
 

library xeoncaptcha

A simple CAPTCHA system written in PHP

image

neto737/xeoncaptcha

A simple CAPTCHA system written in PHP

  • Sunday, June 3, 2018
  • by neto737
  • Repository
  • 2 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

xeonCAPTCHA

A simple CAPTCHA system written in PHP., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Requirements

  • PHP 7.0 or earlier with:
    • GD

Installation

To install the xeonCAPTCHA, you will need to be using Composer in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer and the xeonCAPTCHA., (*3)

# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add the xeonCAPTCHA as a dependency
php composer.phar require neto737/xeoncaptcha

Next, require Composer's autoloader, in your application, to automatically load the xeonCAPTCHA in your project:, (*4)

require 'vendor/autoload.php';

use neto737\xeonCAPTCHA;

Or if put the following in your composer.json:, (*5)

"neto737/xeoncaptcha": "*"

Example

require 'vendor/autoload.php';

use neto737\xeonCAPTCHA;

//If you set the second variable as true your CAPTCHA will be a math CAPTCHA
$xeon = new xeonCAPTCHA(xeonCAPTCHA::IMG_PNG, false);

//This function will return an image
$xeon->generateCAPTCHA(155, 30, 20, 5, 'xeonCAPTCHA', '', 22);

Credits

Donate BTC Donate ETH, (*6)

The Versions

03/06 2018

dev-master

9999999-dev

A simple CAPTCHA system written in PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0
  • ext-gd *

 

by Neto Melo

php security captcha simple

03/06 2018

1.0

1.0.0.0

A simple CAPTCHA system written in PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0
  • ext-gd *

 

by Neto Melo

php security captcha simple