PHPackages                             inoovum/formcaptcha - 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. inoovum/formcaptcha

ActiveNeos-package[Security](/categories/security)

inoovum/formcaptcha
===================

Captcha form field to protect recipients from spam.

1.0.4(2mo ago)18.2kPHP

Since Jun 8Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/inoovum/inoovum-formcaptcha)[ Packagist](https://packagist.org/packages/inoovum/formcaptcha)[ RSS](/packages/inoovum-formcaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

Form captcha
============

[](#form-captcha)

Captcha form field to protect recipients from spam.

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

[](#installation)

The Inoovum.FormCaptcha package is listed on packagist () - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

```
composer require inoovum/formcaptcha

```

Usage
-----

[](#usage)

Use the form element "Captcha" and the validator "Captcha validator". Please note that you have to exclude the form element Captcha in the template of the email finisher.

### Override email template

[](#override-email-template)

```
prototype(Neos.Form.Builder:EmailFinisher.Definition) {
    options {
        templatePathAndFilename = 'resource://Inoovum.FormCaptcha/Private/Templates/Form/Email.html'
    }
}

```

### Usage in your own email template

[](#usage-in-your-own-email-template)

```

        {f:if(condition: formValue.element.label, then: formValue.element.label, else: formValue.element.identifier)}
        {formValue.value}

```

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance88

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~581 days

Total

4

Last Release

62d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b158a46900ca5513e89515b9c0843008f1bee0b40ff82a94562c40e1b62472f?d=identicon)[inoovum](/maintainers/inoovum)

---

Top Contributors

[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (8 commits)")

### Embed Badge

![Health badge](/badges/inoovum-formcaptcha/health.svg)

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

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41478.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

87117.5M63](/packages/bjeavons-zxcvbn-php)[illuminate/encryption

The Illuminate Encryption package.

9229.7M280](/packages/illuminate-encryption)[paragonie/hidden-string

Encapsulate strings in an object to hide them from stack traces

7410.6M39](/packages/paragonie-hidden-string)

PHPackages © 2026

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