Download the PHP package dapikk/ko7-recaptcha without Composer
On this page you can find all versions of the php package dapikk/ko7-recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dapikk/ko7-recaptcha
More information about dapikk/ko7-recaptcha
Files in dapikk/ko7-recaptcha
Download dapikk/ko7-recaptcha
More information about dapikk/ko7-recaptcha
Files in dapikk/ko7-recaptcha
Vendor dapikk
Package ko7-recaptcha
Short Description Simple wrapper for Ko7even MVC for Google's reCAPTCHA library
License MIT
Package ko7-recaptcha
Short Description Simple wrapper for Ko7even MVC for Google's reCAPTCHA library
License MIT
Please rate this library. Is it a good library?
Informations about the package ko7-recaptcha
Simple wrapper for Google's reCAPTCHA library
A single class that allows you to add Google reCAPTCHA to your Ko7 forms. Code is very simple.
Installation
Direct download: Download the ZIP file and extract into your project. OR
Requires
- PHP => 7.4
- Ko7even => 3.3.8
- Google/reCaptcha => 1.3.0
Usage
- First obtain the appropriate keys for the type of reCAPTCHA you wish to integrate for v2 at https://www.google.com/recaptcha/admin
- Copy config from MODPATH/recaptcha/config/recaptcha.php to APPATH/config/recaptcha.php
- Make needed changes to configuration array!
- Activate recaptcha module in bootstrap!
To activate module:
To initialize reCaptcha check form on Your page:
Or if multiple captchas are needed on same page then to provide some unique ID with request:
To check verification from POST:
Config
recaptcha.php
All versions of ko7-recaptcha with dependencies
PHP Build Version
Package Version
The package dapikk/ko7-recaptcha contains the following files
Loading the files please wait ....