PHPackages                             exadium/silverstripe-invisible-spam-protection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. exadium/silverstripe-invisible-spam-protection

ActiveSilverstripe-module[Security](/categories/security)

exadium/silverstripe-invisible-spam-protection
==============================================

Very simple anti spam protection based on principle that automated spammers enter bogus information in all form fields. Field is added to form that is hidden using CSS hiding it from human users. Form is only allowed to be submitted if field is empty. Includes an EditableInvisibleSpamField to integrate with the UserForms module.

2.4.x-dev(12y ago)112.1k6[1 PRs](https://github.com/marijnkampf/silverstripe-module-Inivisble-Spam-Protection/pulls)PHPCI failing

Since Sep 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/marijnkampf/silverstripe-module-Inivisble-Spam-Protection)[ Packagist](https://packagist.org/packages/exadium/silverstripe-invisible-spam-protection)[ RSS](/packages/exadium-silverstripe-invisible-spam-protection/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Invisible Spam Protection
=========================

[](#invisible-spam-protection)

Maintainers
-----------

[](#maintainers)

- Marijn Kampf (Nickname: marijnkampf)

Sponsored by Exadium Web Development

Introduction
------------

[](#introduction)

Very simple anti spam protection based on principle that automated spammers enter bogus information in all form fields.

Field is added to form that is hidden using CSS hiding it from human users.

Form is only allowed to be submitted if field is empty.

Includes an EditableInvisibleSpamField to integrate with the UserForms module.

Requirements
------------

[](#requirements)

- Spam Protection
- SilverStripe 3.#

Install Spam Protection Module
------------------------------

[](#install-spam-protection-module)

The Spam Protection Module () provides the basic interface for managing the spam protection. If your are not using composer to manage your dependencies , you have to install this module manually.

Setting up InvisibleSpamProtection
----------------------------------

[](#setting-up-invisiblespamprotection)

### With composer (recomended)

[](#with-composer-recomended)

Add this to your composer.json:

```
{
    "require": {
      "exadium/silverstripe-invisible-spam-protection": "dev-master"
    }
}
```

or execute the following command

`composer require "exadium/silverstripe-invisible-spam-protection"`

to install the module. If you have set your minimum-stability to stable, you may need to install the spam-protection-module explicitly:

```
composer require "silverstripe/spamprotection": "1.0.x-dev"

```

### without composer (traditional way)

[](#without-composer-traditional-way)

Download the module and extract it, into a folder which should be named InvisibleSpamProtection.

Enable the Module
-----------------

[](#enable-the-module)

Yml configuration add to your config.yml file or create spamprotection.yml with the following:

```
---
name: spamprotection
---
FormSpamProtectionExtension:
  default_spam_protector: InvisibleSpamProtector

```

Or enable anti spam in mysite/\_config.php by adding line

```
SpamProtectorManager::set_spam_protector('InvisibleSpamProtector');

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4635d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/167025983?v=4)[exadium](/maintainers/exadium)[@Exadium](https://github.com/Exadium)

---

Top Contributors

[![marijnkampf](https://avatars.githubusercontent.com/u/699259?v=4)](https://github.com/marijnkampf "marijnkampf (19 commits)")[![JarkkoLinnanvirta](https://avatars.githubusercontent.com/u/5046663?v=4)](https://github.com/JarkkoLinnanvirta "JarkkoLinnanvirta (1 commits)")[![purplespider](https://avatars.githubusercontent.com/u/329880?v=4)](https://github.com/purplespider "purplespider (1 commits)")

---

Tags

silverstripespammoduleanti-spamprotectionunintrusiveinvisible

### Embed Badge

![Health badge](/badges/exadium-silverstripe-invisible-spam-protection/health.svg)

```
[![Health](https://phpackages.com/badges/exadium-silverstripe-invisible-spam-protection/health.svg)](https://phpackages.com/packages/exadium-silverstripe-invisible-spam-protection)
```

###  Alternatives

[phpmussel/phpmussel

PHP-based anti-virus anti-trojan anti-malware solution.

431228.1k1](/packages/phpmussel-phpmussel)[fabianwennink/iconcaptcha

IconCaptcha is a self-hosted, customizable, easy-to-implement and user-friendly captcha.

17740.5k1](/packages/fabianwennink-iconcaptcha)[usarise/turnstile

PHP library for Turnstile, is Cloudflare’s smart CAPTCHA alternative. It can be embedded into any website without sending traffic through Cloudflare and works without showing visitors a CAPTCHA.

2393.5k6](/packages/usarise-turnstile)[s1syphos/php-simple-captcha

Simple captcha generator

2737.8k6](/packages/s1syphos-php-simple-captcha)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
