putyourlightson / craft-snaptcha
Automatically validates forms and prevents spam bots from submitting to your site.
Installs: 55 228
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 4
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- markhuot/craft-pest-core: v3.x-dev
- putyourlightson/craft-generate-test-spec: v2.x-dev
This package is auto-updated.
Last update: 2024-11-04 11:17:05 UTC
README
Snaptcha Plugin for Craft CMS
Snaptcha is an invisible CAPTCHA that automatically validates forms and prevents spam bots from submitting to your Craft CMS site.
Snaptcha (Simple Non-obtrusive Automated Public Turing test to tell Computers and Humans Apart) will validate all POST requests to the front-end of your site, meaning that it will work with any form and any plugin. Note that since this will affect all POST requests, you must add the required template tag before enabling validation.
Documentation
Learn more and read the documentation at putyourlightson.com/plugins/snaptcha »
License
This plugin requires a commercial license purchasable through the Craft Plugin Store.
Requirements
This plugin requires Craft CMS 3.2.1 or later, or 4.0.0 or later, or 5.0.0 or later.
Installation
To install the plugin, search for “Snaptcha” in the Craft Plugin Store, or install manually using composer.
composer require putyourlightson/craft-snaptcha
Created by PutYourLightsOn.