文件名称:easycaptcha:php验证码库
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-21 00:26:07
PHP
易验证码 php验证码库。 使用 Composer 安装: " require " : { " eleme/easycaptcha " : " ~0.1 " } 例子 <?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 ()); 演示 git clone h
【文件预览】:
easycaptcha-master
----.scrutinizer.yml(177B)
----src()
--------Phrase()
--------captcha.ttf(48KB)
--------Factory.php(3KB)
--------Provider()
----phpunit.xml.dist(813B)
----examples()
--------index.php(280B)
----.travis.yml(359B)
----README.md(1KB)
----Makefile(306B)
----.gitignore(45B)
----composer.json(483B)