Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).