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 nodebased forms

1.2.1(2mo ago)0226MITPHP

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 1mo ago

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

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

[](#upassist-neos-recaptcha)

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

Install
-------

[](#install)

`composer require upassist/neos-recaptcha`

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

39

—

LowBetter than 86% of packages

Maintenance85

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Recently: every ~179 days

Total

7

Last Release

80d ago

### 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 (15 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

[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

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