Download the PHP package libcyber/geetest without Composer
On this page you can find all versions of the php package libcyber/geetest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package geetest
Geetest for Laravel
Install
config
-
insert ServiceProvider into
config/app.php
-
insert Alias into
config/app.php
-
publish config & view file
- insert config fileds into
.env
, or get the config byCaptchaVerify
Component
View Config Fields
配置项 | 说明 | 选项 | 默认值 |
---|---|---|---|
width | 按钮宽度 | 单位可以是 px, %, em, rem, pt | 300px |
lang | 语言,极验验证码免费版不支持多国语言 | zh-cn, en, zh-tw, ja, ko, th | zh-cn |
server-get-config | 从服务器获取GeetestKEY | True | False |
product | 验证码展示方式 | popup, float | popup |
geetest_id | 极验验证码ID | ||
geetest_key | 极验验证码KEY | ||
client_fail_alert | 客户端失败提示语 | 请完成验证码 | |
server_fail_alert | 服务端失败提示语 | 验证码校验失败 |
Usage
-
render your web page
-
request Validate
- get config from database
By
app/geetest.php
the fieldserver-get-config
, you can get your geetest id & and from database
Thanks
License
The MIT License (MIT).
All versions of geetest with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
illuminate/support Version ^5.5 || ^6 || ^7
illuminate/routing Version ^5.5 || ^6 || ^7
illuminate/support Version ^5.5 || ^6 || ^7
illuminate/routing Version ^5.5 || ^6 || ^7
The package libcyber/geetest contains the following files
Loading the files please wait ....