Download the PHP package oppara/cakephp-simple-recaptcha without Composer
On this page you can find all versions of the php package oppara/cakephp-simple-recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oppara/cakephp-simple-recaptcha
More information about oppara/cakephp-simple-recaptcha
Files in oppara/cakephp-simple-recaptcha
Download oppara/cakephp-simple-recaptcha
More information about oppara/cakephp-simple-recaptcha
Files in oppara/cakephp-simple-recaptcha
Vendor oppara
Package cakephp-simple-recaptcha
Short Description CakePHP plugin to handle Google Recaptcha V3
License MIT
Homepage https://github.com/oppara/cakephp-simple-recaptcha
Package cakephp-simple-recaptcha
Short Description CakePHP plugin to handle Google Recaptcha V3
License MIT
Homepage https://github.com/oppara/cakephp-simple-recaptcha
Please rate this library. Is it a good library?
Informations about the package cakephp-simple-recaptcha
CakePHP plugin to handle Google Recaptcha
If both v2 and v3 are configured, it will act as v3 and use v2 as a fallback.
If only v3 is configured, it will act as v3.
And V2 so.
Requirements
- PHP 8.1+
- CakePHP 5.0+
Installation
Load plugin
Usage
Use V3 with V2 fallback
Click to expand
`config/app.php` `src/Controller/InquiryController.php` `templates/layout/defalult.php` `templates/Inquiry/input.php`Use v3
Click to expand
`config/app.php` `src/Controller/InquiryController.php` `templates/layout/defalult.php` `templates/Inquiry/input.php`Use v2
Click to expand
`config/app.php` `src/Controller/InquiryController.php` `templates/layout/defalult.php` `templates/Inquiry/input.php`License
Licensed under the MIT License.
All versions of cakephp-simple-recaptcha with dependencies
PHP Build Version
Package Version
The package oppara/cakephp-simple-recaptcha contains the following files
Loading the files please wait ....