Download the PHP package phpdevsr/recaptcha-codeigniter4 without Composer
On this page you can find all versions of the php package phpdevsr/recaptcha-codeigniter4. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpdevsr/recaptcha-codeigniter4
More information about phpdevsr/recaptcha-codeigniter4
Files in phpdevsr/recaptcha-codeigniter4
Package recaptcha-codeigniter4
Short Description Free to Use Library reCAPTCHA v2 for Codeigniter 4
License MIT
Homepage https://github.com/PHPDevsr/reCaptcha-Codeigniter4
Informations about the package recaptcha-codeigniter4
reCAPTCHA Codeigniter 4
Free to Use Library reCAPTCHA v2 for Codeigniter 4.
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
Usage
Since v2.1.0
, environment config can be use for multiple config with .env
Initialization
Since v2.0.0
, you can using helper
or directly use service
Render reCAPTCHA Widget
-
Default
-
Theme
- Type
Render Script Tag
-
Default
-
Render
- Language
Verify Response
Calls the reCAPTCHA siteverify API to verify whether the user passes g-recaptcha-response
POST parameter.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contrib
We does accept and encourage contributions from the community in any shape. It doesn't matter whether you can code, write documentation, or help find bugs, all contributions are welcome.
Made with contrib.rocks.