Download the PHP package ruslanka1987/invisible-recaptcha without Composer
On this page you can find all versions of the php package ruslanka1987/invisible-recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ruslanka1987/invisible-recaptcha
More information about ruslanka1987/invisible-recaptcha
Files in ruslanka1987/invisible-recaptcha
Download ruslanka1987/invisible-recaptcha
More information about ruslanka1987/invisible-recaptcha
Files in ruslanka1987/invisible-recaptcha
Vendor ruslanka1987
Package invisible-recaptcha
Short Description Invisible reCAPTCHA For Laravel.
License MIT
Package invisible-recaptcha
Short Description Invisible reCAPTCHA For Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package invisible-recaptcha
Invisible reCAPTCHA
Notice
- This branch is for multi-forms purpose.
- In most of cases, there should be only one captcha in your page. You should use master branch normally.
- Do not use multiple captchas in one page for protecting every form far from bots, it will cause terrible user experience.
Installation
Usage Example
Please include jquery.js manually before you calling the captcha.
Just call captcha function in forms directly, it will render only one captcha and all the forms will share the same captcha validation.
In this branch, you can cutomize your submit behavior by listening a captcha event.
Example Repository
Repo: https://github.com/albertcht/invisible-recaptcha-example/tree/multi-forms
This repo demonstrates how to use this package with ajax way.
Diffs
- There's no
INVISIBLE_RECAPTCHA_DEBUG
config in this branch. - This package rely on
jquery
instead ofpilyfill.js
, and you have to includejquery
by yourself before you call the captcha.
This branch is still under develop, welcome for any deg report or advice.
All versions of invisible-recaptcha with dependencies
PHP Build Version
Package Version
The package ruslanka1987/invisible-recaptcha contains the following files
Loading the files please wait ....