PHPackages                             upassist/neos-recaptcha - 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. upassist/neos-recaptcha

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

upassist/neos-recaptcha
=======================

reCaptcha v3 for Neos CMS forms (Neos 9+)

2.0.1(2mo ago)0263MITPHPPHP ^8.2

Since Mar 6Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/UpAssist/neos-recaptcha)[ Packagist](https://packagist.org/packages/upassist/neos-recaptcha)[ RSS](/packages/upassist-neos-recaptcha/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (7)Versions (11)Used By (0)

UpAssist Neos reCaptcha
=======================

[](#upassist-neos-recaptcha)

Provides a solution to use reCaptcha v3 in nodebased forms in Neos.

Versions
--------

[](#versions)

BranchSupportsComposer`main`Neos 9.0+`composer require upassist/neos-recaptcha:^2.0``neos-8`Neos 7 / 8`composer require upassist/neos-recaptcha:^1.2`Install
-------

[](#install)

`composer require upassist/neos-recaptcha:^2.0`

Configure
---------

[](#configure)

Add the mixin `UpAssist.Neos.ReCaptcha:Mixin.ReCaptchaConfiguration` to your homepage.

Make sure to register at .

Usage
-----

[](#usage)

Add a reCaptcha field to your form. Add the reCaptcha finisher as first finisher to your finishers. If the reCaptcha fails, the other finishers won't be executed anymore. The finisher has a `threshold` option (default `0.5`) that you can change in the Neos inspector.

Script Inclusion
----------------

[](#script-inclusion)

The Google reCaptcha API script should be included once, just before ``.

In projects with custom document/page prototypes, the safest approach is to add it to `body.javascripts` so it is appended by your page template pipeline:

```
prototype(Neos.Neos:Page) {
    body.javascripts.recaptchaApiScript = Neos.Fusion:Tag {
        @position = 'end 900'
        @if.hasSiteKey = ${q(site).property('recaptchaSiteKey')}
        tagName = 'script'
        attributes.src = ${'https://www.google.com/recaptcha/api.js?render=' + q(site).property('recaptchaSiteKey')}
    }
}

```

If your custom document prototypes redefine `body` or `body.javascripts`, make sure this script entry is also added in those prototypes so it is not dropped by overriding.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance86

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~16 days

Total

9

Last Release

72d ago

Major Versions

1.2.1 → 2.0.02026-04-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/0644de5e880c5b511c6b1cb1b08c80be5a64afd16d37dd9e633aa32c2d49f4cd?d=identicon)[hphoeksma](/maintainers/hphoeksma)

---

Top Contributors

[![hphoeksma](https://avatars.githubusercontent.com/u/250683?v=4)](https://github.com/hphoeksma "hphoeksma (17 commits)")

### Embed Badge

![Health badge](/badges/upassist-neos-recaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/upassist-neos-recaptcha/health.svg)](https://phpackages.com/packages/upassist-neos-recaptcha)
```

###  Alternatives

[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

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

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[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/form-builder

Flow Form Framework integration into Neos CMS

19364.6k20](/packages/neos-form-builder)[neos/media

The Media package

101.2M53](/packages/neos-media)[neos/demo

Site package for the Neos Demo Site

18188.3k10](/packages/neos-demo)

PHPackages © 2026

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