Download the PHP package sooluh/codeigniter4-recaptcha without Composer
On this page you can find all versions of the php package sooluh/codeigniter4-recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sooluh/codeigniter4-recaptcha
More information about sooluh/codeigniter4-recaptcha
Files in sooluh/codeigniter4-recaptcha
Package codeigniter4-recaptcha
Short Description CodeIgniter 4 verifier for Google reCAPTCHA v2 and reCAPTCHA v3
License MIT
Homepage https://github.com/sooluh/codeigniter4-recaptcha
Informations about the package codeigniter4-recaptcha
CodeIgniter 4 reCAPTCHA
CodeIgniter 4 verifier for Google reCAPTCHA v2 and reCAPTCHA v3.
Requirements
- PHP >= 7.4
- Composer
Features
- PSR-4 autoloading compliant structure
- PSR-2 compliant code style
- Useful tools for better code included
Installation
Install the package with:
Configuration
Add your reCAPTCHA keys to the .env
file.
In the /app/Config/Validation.php
file, you need to add settings for the validator.
Usage
Rendering reCAPTCHA v2
Rendering reCAPTCHA v3
Validation
In the settings of the reCaptcha3 validator, the first parameter you specify is expectedAction, this parameter is not required.
You can override a global scoreThreshold parameter in the second reCaptcha3 rule parameter.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
This project is built upon the foundation of codeigniter4-recaptcha repository created by denis303. The decision to use this basecode was motivated by its robust architecture and existing functionalities.
Note
Please note that the original repository might not have been active for the past 2 years and the original developer's GitHub profile indicates limited recent activity.
Disclaimer
This project has been modified to address certain issues and to suit the requirements of this project.