toastnz / simple-captcha
A simple captcha spam protector
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- ext-gd: *
- silverstripe/framework: ~4.0
- silverstripe/spamprotection: ~3.0
- silverstripe/vendor-plugin: ^1.0
README
Simple spam protector field for SilverStripe.
Requirements
- SilverStripe 4
- SilverStripe Spam Protection
- PHP GD
Installation
composer require toastnz/simple-captcha
Set Simple Catcha as the default spam protector in your config.yml
SilverStripe\SpamProtection\Extension\FormSpamProtectionExtension: default_spam_protector: Toast\SimpleCaptcha\Forms\SimpleCaptchaProtector
Enable spam protection on the form:
$form->enableSpamProtection();