eleme/easycaptcha
Composer 安装命令:
composer require eleme/easycaptcha
包简介
PHP captch library
README 文档
README
php captcha lib.
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
统计信息
- 总下载量: 8.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-19