Download the PHP package leedom/leedom-captcha without Composer
On this page you can find all versions of the php package leedom/leedom-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leedom/leedom-captcha
More information about leedom/leedom-captcha
Files in leedom/leedom-captcha
Download leedom/leedom-captcha
More information about leedom/leedom-captcha
Files in leedom/leedom-captcha
Vendor leedom
Package leedom-captcha
Short Description support TP6 usapi captcha, base on topthink\framework
License MIT
Package leedom-captcha
Short Description support TP6 usapi captcha, base on topthink\framework
License MIT
Please rate this library. Is it a good library?
Informations about the package leedom-captcha
leedom-captcha
For support TP6 framework to use api model captcha.
It can be return the custom captcha data;
NOTICE: If you already installed the topthink/think-captcha
you should remove it first!
remove topthink/think-captcha:
composer remove topthink/think-captcha
About the code
The response of
code
is the captcha's content,
so return thecode
is not safe.
You can change the.env
file to return 0, eg:[APP]
APP_STATUS = dev
Install
composer require leedom/leedom-captcha
In api model
use leedom\captcha\facade\CaptchaApi;
$data = CaptchaApi::create();
Check captcha
CaptchaApi::check($code,$key);
code => user input; key => response's key
notice : use cache, depends on what driver you choise
At last
All versions of leedom-captcha with dependencies
PHP Build Version
Package Version
The package leedom/leedom-captcha contains the following files
Loading the files please wait ....