2017 © Pedro Peláez
 

library captcha

Create and validate captcha Image

image

lotus/captcha

Create and validate captcha Image

  • Sunday, April 23, 2017
  • by crajbanshi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

lotus/captcha

Build texture captcha is very easy using pw captcha., (*1)

include library file into your page. Create an object of the PwCaptcha class., (*2)

require_once 'src/Captcha.php'; $captcha = new lotus/Captcha();, (*3)

To get output of captcha image use, (*4)

$captcha->render();, (*5)

configre methods

$captcha->setIsMultiColourText( boolean ), (*6)

set minimum character number $captcha->setMinLength(), (*7)

set maximum character length $captcha->setMaxLength(), (*8)

set number og random straigth lines in background, (*9)

$captcha->setNumberOfLines(), (*10)

Min 1 and max is 100, (*11)

The Versions

23/04 2017

dev-master

9999999-dev

Create and validate captcha Image

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0
  • ext-gd *

 

by Chanchal Rajbanshi

23/04 2017

dev-dev

dev-dev

Create and validate captcha Image

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0
  • ext-gd *

 

by Chanchal Rajbanshi

14/04 2017

1.0.0

1.0.0.0

Create and validate captcha Image

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0
  • ext-gd *

 

by Chanchal Rajbanshi