Download the PHP package hexageek1337/recaptcha-codeigniter4 without Composer
On this page you can find all versions of the php package hexageek1337/recaptcha-codeigniter4. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hexageek1337/recaptcha-codeigniter4
More information about hexageek1337/recaptcha-codeigniter4
Files in hexageek1337/recaptcha-codeigniter4
Package recaptcha-codeigniter4
Short Description Free to Use Library reCAPTCHA v2 for Codeigniter 4.
License GPL-3.0
Homepage https://github.com/hexageek1337/reCAPTCHA-Codeigniter
Informations about the package recaptcha-codeigniter4
reCAPTCHA Codeigniter 4
Free to Use Library reCAPTCHA v2 for Codeigniter 4.
Note
This repostory already move to https://github.com/PHPDevsr/reCaptcha-Codeigniter4
What is reCAPTCHA?
reCAPTCHA is a free service that protects your site from spam and abuse. It uses advanced risk analysis engine to tell humans and bots apart. With the new API, a significant number of your valid human users will pass the reCAPTCHA challenge without having to solve a CAPTCHA (See blog for more details). reCAPTCHA comes in the form of a widget that you can easily add to your blog, forum, registration form, etc.
See the details.
Sign up for an API key pair
To use reCAPTCHA, you need to sign up for an API key pair for your site. The key pair consists of a site key and secret. The site key is used to display the widget on your site. The secret authorizes communication between your application backend and the reCAPTCHA server to verify the user's response. The secret needs to be kept safe for security purposes.
Installation
install with composer
manual install with git clone
Usage
Set your site key and secret on app/Config/Settings.php
file
Render the reCAPTCHA widget
output:
change default theme by pass array parameter
change default type by pass array parameter
Render Script Tag
output:
change render value by pass array parameter
change default language by pass array parameter
Verify Response
Calls the reCAPTCHA siteverify API to verify whether the user passes g-recaptcha-response
POST parameter.
check success or fail
Regards
- Bo-Yi Wu @appleboy
- Denny Septian Panggabean github.com/hexageek1337