Download the PHP package combindma/recaptcha without Composer
On this page you can find all versions of the php package combindma/recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download combindma/recaptcha
More information about combindma/recaptcha
Files in combindma/recaptcha
Package recaptcha
Short Description Simple and painless Google reCAPTCHA V3 package for Laravel framework
License MIT
Homepage https://github.com/combindma/recaptcha
Informations about the package recaptcha
Google reCAPTCHA V3 Package
Simple and painless Google reCAPTCHA V3 package for Laravel framework.
Inspired by: https://github.com/biscolab/laravel-recaptcha
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You can publish the translations file with:
This is the contents of the published translations file:
Usage
Embed in Blade
Insert htmlScriptTagJsApi($config) helper before closing tag.
Insert recaptchaInput() helper inside your form tag.
Validate the token
Add the rule 'recaptcha' in your validation rules request or in your controller
If the validation fails, an error will be returned.
Testing
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Combind
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of recaptcha with dependencies
ext-curl Version *
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^8.0|^9.0|^10.0