Download the PHP package silverware/recaptcha without Composer
On this page you can find all versions of the php package silverware/recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverware/recaptcha
More information about silverware/recaptcha
Files in silverware/recaptcha
Package recaptcha
Short Description SilverWare Recaptcha Module.
License BSD-3-Clause
Homepage https://github.com/praxisnetau/silverware-recaptcha
Informations about the package recaptcha
SilverWare Recaptcha Module
Provides a Google Recaptcha Spam Guard for use with SilverStripe v4 forms.
Contents
- Requirements
- Installation
- Configuration
- Issues
- Contribution
- Attribution
- Maintainers
- License
Requirements
Installation
Installation is via Composer:
Configuration
In order to use Recaptcha as the default spam guard for all forms, you will need to
set it as the DefaultSpamGuard in your YAML configuration:
Additionally, you will need to create public and private API keys via the Google Recaptcha admin. Google refers to these as a "site key" and a "secret", respectively. Once you have created your keys, add them to your YAML configuration:
Each RecaptchaField has a config array which defines the data attributes for the
Recaptcha element. You can define the default config by adding the following to your
YAML configuration:
This would configure each instance of Recaptcha to use the dark theme and compact size.
Issues
Please use the issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Attribution
- Makes use of Guzzle by Michael Dowling and others.
Maintainers
| Colin Tucker | Praxis Interactive |
License
BSD-3-Clause © Praxis Interactive