2017 © Pedro Peláez
 

library easycaptcha

PHP captch library

image

eleme/easycaptcha

PHP captch library

  • Sunday, June 7, 2015
  • by thbourlove
  • Repository
  • 1 Watchers
  • 6 Stars
  • 8,686 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

EasyCaptcha

Build Status Scrutinizer Code Quality Code Coverage Stable Status, (*1)

php captcha lib., (*2)

Install With Composer:

"require": {
    "eleme/easycaptcha": "~0.1"
}

Example

<?php

use Eleme\EasyCaptcha\Phrase\Factory as PhraseFactory;
use Eleme\EasyCaptcha\Factory;

require __DIR__.'/../vendor/autoload.php';
header('Content-Type: image/jpeg');
$factory = new Factory();
$phrase = new PhraseFactory();
$factory->render($phrase->build());

Demo

git clone http://github.com/thbourlove/easycaptcha
cd easycaptcha
make build
make demo

The Versions

07/06 2015

dev-master

9999999-dev

PHP captch library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Tang Hongbo

07/06 2015

v0.2.2

0.2.2.0

PHP captch library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Tang Hongbo

07/06 2015

v0.2.1

0.2.1.0

PHP captch library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Tang Hongbo

06/03 2015

v0.2.0

0.2.0.0

PHP captch library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Tang Hongbo

19/10 2014

v0.1.0

0.1.0.0

PHP captch library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Tang Hongbo