library easycaptcha
PHP captch library
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
EasyCaptcha
, (*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
dev-master
9999999-dev
PHP captch library
Sources
Download
MIT
The Requires
The Development Requires
by
Tang Hongbo
v0.2.2
0.2.2.0
PHP captch library
Sources
Download
MIT
The Requires
The Development Requires
by
Tang Hongbo
v0.2.1
0.2.1.0
PHP captch library
Sources
Download
MIT
The Requires
The Development Requires
by
Tang Hongbo
v0.2.0
0.2.0.0
PHP captch library
Sources
Download
MIT
The Requires
The Development Requires
by
Tang Hongbo
v0.1.0
0.1.0.0
PHP captch library
Sources
Download
MIT
The Requires
The Development Requires
by
Tang Hongbo