PHPackages                             hubertusanton/silverstripe-simplequestioncaptchafield - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. hubertusanton/silverstripe-simplequestioncaptchafield

ActiveSilverstripe-module[Validation &amp; Sanitization](/categories/validation)

hubertusanton/silverstripe-simplequestioncaptchafield
=====================================================

SilverStripe Simple question captcha field

1131PHP

Since Feb 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hubertusanton/silverstripe-simplequestioncaptchafield)[ Packagist](https://packagist.org/packages/hubertusanton/silverstripe-simplequestioncaptchafield)[ RSS](/packages/hubertusanton-silverstripe-simplequestioncaptchafield/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Simple question captcha field
==========================================

[](#silverstripe-simple-question-captcha-field)

Maintainer Contacts
-------------------

[](#maintainer-contacts)

- Bart van Irsel ()

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

[](#requirements)

- SilverStripe 3+

Documentation
-------------

[](#documentation)

[GitHub Wiki](http://wiki.github.com/hubertusanton/silverstripe-simplequestioncaptchafield)

Installation Instructions
-------------------------

[](#installation-instructions)

1. Place this directory in the root of your SilverStripe installation.
2. Rename directory to simplequestioncaptchafield
3. Visit yoursite.com/dev/build?flush=1

Usage
-----

[](#usage)

This is a simple user friendly captcha field with random questions a human should know the answer to to prevent spamming of forms in silverstripe.

Documentation
-------------

[](#documentation-1)

examples of usage:

```
$obvious_questions = array(
                        'what is the answer of 1 + 1?' => '2',
                        'What is the first letter of the alphabet?' => 'a',
                        'What is the color of the sky?' => 'blue');
```

```
SimpleQuestionCaptchaField::create('SimpleCaptcha', null, '', $obvious_questions);
```

or

```
SimpleQuestionCaptchaField::create('SimpleCaptcha', null, '');
```

or a simple one which i like

```
SimpleQuestionCaptchaField::create('SimpleCaptcha', null, '', array(
	'Type the number TWO in numbers.' => '2',
	'Type the number THREE in numbers.' => '3',
	)
)
```

Help
----

[](#help)

I could use some help in making up the default obvious questions and maybe making these also suporting multiple languages.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/582188?v=4)[Bart van Irsel](/maintainers/hubertusanton)[@hubertusanton](https://github.com/hubertusanton)

---

Top Contributors

[![hubertusanton](https://avatars.githubusercontent.com/u/582188?v=4)](https://github.com/hubertusanton "hubertusanton (15 commits)")

### Embed Badge

![Health badge](/badges/hubertusanton-silverstripe-simplequestioncaptchafield/health.svg)

```
[![Health](https://phpackages.com/badges/hubertusanton-silverstripe-simplequestioncaptchafield/health.svg)](https://phpackages.com/packages/hubertusanton-silverstripe-simplequestioncaptchafield)
```

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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