Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/putyourlightson/craft-snaptcha
Automatically validates forms and prevents spam bots for Craft CMS.
https://github.com/putyourlightson/craft-snaptcha
craft-plugin craftcms forms security spam-protection validation
Last synced: about 2 months ago
JSON representation
Automatically validates forms and prevents spam bots for Craft CMS.
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-snaptcha
- Owner: putyourlightson
- License: other
- Created: 2018-10-04T12:21:10.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-04T10:29:50.000Z (7 months ago)
- Last Synced: 2024-09-16T02:39:35.013Z (4 months ago)
- Topics: craft-plugin, craftcms, forms, security, spam-protection, validation
- Language: PHP
- Homepage: https://putyourlightson.com/plugins/snaptcha
- Size: 463 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Stable Version](https://img.shields.io/packagist/v/putyourlightson/craft-snaptcha?label=stable)]((https://packagist.org/packages/putyourlightson/craft-snaptcha))
[![Total Downloads](https://img.shields.io/packagist/dt/putyourlightson/craft-snaptcha)](https://packagist.org/packages/putyourlightson/craft-snaptcha)# Snaptcha Plugin for Craft CMS
Snaptcha is an invisible CAPTCHA that automatically validates forms and prevents spam bots from submitting to your [Craft CMS](https://craftcms.com/) 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 »](https://putyourlightson.com/plugins/snaptcha)
## License
This plugin requires a commercial license purchasable through the [Craft Plugin Store](https://plugins.craftcms.com/snaptcha).
## Requirements
This plugin requires [Craft CMS](https://craftcms.com/) 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.
```shell
composer require putyourlightson/craft-snaptcha
```---
Created by [PutYourLightsOn](https://putyourlightson.com/).