Download the PHP package level51/silverstripe-recaptcha without Composer
On this page you can find all versions of the php package level51/silverstripe-recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download level51/silverstripe-recaptcha
More information about level51/silverstripe-recaptcha
Files in level51/silverstripe-recaptcha
Download level51/silverstripe-recaptcha
More information about level51/silverstripe-recaptcha
Files in level51/silverstripe-recaptcha
Vendor level51
Package silverstripe-recaptcha
Short Description Google's new "high-intelligence" reCAPTCHA approach as SilverStripe module/datafield.
License MIT
Package silverstripe-recaptcha
Short Description Google's new "high-intelligence" reCAPTCHA approach as SilverStripe module/datafield.
License MIT
Please rate this library. Is it a good library?
Informations about the package silverstripe-recaptcha
Maintainers
- Julian Scheuchenzuber [email protected]
- Daniel Kliemsch [email protected]
Installation
If you don't like composer you can just download and unpack it to the root of your SilverStripe project.
Features
- reCAPTCHA administration via SiteConfig.
- AJAX-Compatibility.
- Integration with UserForms module
- Custom CSS classes:
$captcha->setCSS(array('test1', 'test2'));
- Specify a locale:
$captcha->setLocale('de');
JavaScript Options
- theme: dark, light (default)
- type: audio, image (default)
- size: compact, normal (default)
- tabindex: Decimal (0 is default)
- callback: Is invoked if validation was successful and receives g-recaptcha-response as parameter.
- expired-callback: Is invoiked when current captcha session was expired. The user will have to "solve" a new captcha.
Example usage:
Configuration
You can set default credentials which will be written in the DB during dev/build
:
Dependencies
- "php": ">=5.3.2"
- "google/recaptcha": "~1.1"
Notes
- For testing on localhost you may use any credentials.
Checkout
All versions of silverstripe-recaptcha with dependencies
PHP Build Version
Package Version
The package level51/silverstripe-recaptcha contains the following files
Loading the files please wait ....