PHPackages                             sitegeist/fusionform-friendlycaptcha - 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. sitegeist/fusionform-friendlycaptcha

ActiveNeos-package[Validation &amp; Sanitization](/categories/validation)

sitegeist/fusionform-friendlycaptcha
====================================

FriendlyCaptcha field and validator for Neos.Fusion.Form

2.0.0(9mo ago)029.4k↓45.2%1GPL-3.0-or-laterPHP

Since Feb 17Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/sitegeist/Sitegeist.FusionForm.FriendlyCaptcha)[ Packagist](https://packagist.org/packages/sitegeist/fusionform-friendlycaptcha)[ RSS](/packages/sitegeist-fusionform-friendlycaptcha/feed)WikiDiscussions 2.0 Synced 2d ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (1)

Sitegeist.FusionForm.FriendlyCaptcha
====================================

[](#sitegeistfusionformfriendlycaptcha)

This package is for integrating the FriendlyCaptcha into FusionForms. The package provides a field input and matching validator for Fusion.Runtime.Forms.

### Authors &amp; Sponsors

[](#authors--sponsors)

- Arne Rekemeyer -

*The development and the public-releases of this package is generously sponsored by our employer .*

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

[](#installation)

Sitegeist.FusionForm.FriendlyCaptcha is available via packagist run `composer require sitegeist/fusionform-friendlycaptcha`. We use semantic versioning so every breaking change will increase the major-version number.

Usage
-----

[](#usage)

```
prototype(Vendor.Site:RuntimeForm) < prototype(Neos.Fusion.Form:Runtime.RuntimeForm) {
    @context {
        showCaptcha = ${this.showCaptcha}
    }

    process {
        content = afx`

            ... here be content ...

        `

        schema {
            captchaValidatorField = ${Form.Schema.string()}
            captchaValidatorField.@process.captchaValidator = ${value.validator('Sitegeist.FusionForm.FriendlyCaptcha:FriendlyCaptcha')}
            captchaValidatorField.@if.showCaptcha = ${showCaptcha}
        }
    }

    action { ... }
}

```

Contribution
------------

[](#contribution)

We will gladly accept contributions. Please send us pull requests.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance58

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

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 ~190 days

Recently: every ~233 days

Total

6

Last Release

282d ago

Major Versions

1.2.0 → 2.0.02025-09-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/51e0a02d8e12b73949ec858638aa7e295e103022cc5a879f86ac8532c2c170bd?d=identicon)[sitegeist](/maintainers/sitegeist)

![](https://www.gravatar.com/avatar/829b4ccb51e8cff3c1e4b59d60cfe8d1b86f6d77fc31a6b3fc99227f432542ca?d=identicon)[mficzel](/maintainers/mficzel)

---

Top Contributors

[![ArneRe](https://avatars.githubusercontent.com/u/31549666?v=4)](https://github.com/ArneRe "ArneRe (2 commits)")

---

Tags

formfusionneoscms

### Embed Badge

![Health badge](/badges/sitegeist-fusionform-friendlycaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/sitegeist-fusionform-friendlycaptcha/health.svg)](https://phpackages.com/packages/sitegeist-fusionform-friendlycaptcha)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M777](/packages/neos-neos)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[neos/demo

Site package for the Neos Demo Site

18188.3k10](/packages/neos-demo)[sandstorm/neostwofactorauthentication

1327.0k](/packages/sandstorm-neostwofactorauthentication)[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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