PHPackages                             wegmeister/simplecaptcha - 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. wegmeister/simplecaptcha

ActiveNeos-package

wegmeister/simplecaptcha
========================

This package adds a simple captcha for forms by checking the time value and a random string.

1.3.0(9mo ago)148.6k↓43.8%2MITPHPPHP &gt;=7.0

Since Aug 3Pushed 9mo ago5 watchersCompare

[ Source](https://github.com/die-wegmeister/Wegmeister.SimpleCaptcha)[ Packagist](https://packagist.org/packages/wegmeister/simplecaptcha)[ RSS](/packages/wegmeister-simplecaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (10)Used By (0)

Wegmeister.SimpleCaptcha
========================

[](#wegmeistersimplecaptcha)

*Tested with Flow 4.0.x*

Neos-Plugin to integrate a simple time based Captcha into Forms

(c) Benjamin Klix, die wegmeister gmbh

Installation
------------

[](#installation)

Require the package using composer:

```
    composer require wegmeister/simplecaptcha

```

Then you can simply add the new form element to your form definition renderables:

```
type: 'Neos.Form:Form'
identifier: someIdentifier
label: Label
renderables:
  -
    type: 'Neos.Form:Page'
    identifier: page-one
    renderables:
      -
        type: 'Wegmeister.SimpleCaptcha:SimpleCaptcha'
        identifier: captcha
        properties:
          # Required waiting time before form can successfully be submitted:
          waitTime: 5
        # optionally change the translationPackage
        # if you want to adjust the error message
        #renderingOptions:
        #  validationErrorTranslationPackage: 'Wegmeister.SimpleCaptcha'
finishers:
  -

```

Using with [Neos.Form.Builder](https://github.com/neos/form-builder)
--------------------------------------------------------------------

[](#using-with-neosformbuilder)

Install Neos.Form.Builder

```
composer require neos/form-builder

```

Add Simple Captcha form element to your form

Configure Simple Captcha wait time.

### I18N

[](#i18n)

English and German are the only supported languages at the moment. Feel free to send a pull request for another language so we can add it to the plugin.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance55

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

Every ~364 days

Recently: every ~414 days

Total

8

Last Release

298d ago

PHP version history (2 changes)1.0.0PHP ~7.0

1.1.2PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/028c454abbb42f4b6e8f9d37a12857f56a8eda4be858b85185bd57a6ba512540?d=identicon)[wegmeister](/maintainers/wegmeister)

---

Top Contributors

[![Benjamin-K](https://avatars.githubusercontent.com/u/3098031?v=4)](https://github.com/Benjamin-K "Benjamin-K (11 commits)")[![jobee](https://avatars.githubusercontent.com/u/5636715?v=4)](https://github.com/jobee "jobee (1 commits)")[![Pingu501](https://avatars.githubusercontent.com/u/12086990?v=4)](https://github.com/Pingu501 "Pingu501 (1 commits)")

---

Tags

captchaneos-cmsneos-plugin

### Embed Badge

![Health badge](/badges/wegmeister-simplecaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/wegmeister-simplecaptcha/health.svg)](https://phpackages.com/packages/wegmeister-simplecaptcha)
```

###  Alternatives

[neos/form-builder

Flow Form Framework integration into Neos CMS

19347.1k18](/packages/neos-form-builder)[neos/neos-development-distribution

Neos Development Distribution

161.1k](/packages/neos-neos-development-distribution)

PHPackages © 2026

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