PHPackages                             gerdemann/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. [Security](/categories/security)
4. /
5. gerdemann/recaptcha

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

gerdemann/recaptcha
===================

Neos plugin for Google reCAPTCHA

3.0.2(1y ago)614.9k↓50%4MITPHP

Since Jan 27Pushed 1y ago2 watchersCompare

[ Source](https://github.com/gerdemann/Gerdemann.ReCAPTCHA)[ Packagist](https://packagist.org/packages/gerdemann/recaptcha)[ Fund](https://paypal.me/gerdemann)[ RSS](/packages/gerdemann-recaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (12)Used By (0)

Gerdemann.ReCAPTCHA
===================

[](#gerdemannrecaptcha)

Neos plugin for Google reCAPTCHA

How-To:
-------

[](#how-to)

- Install the package to `Packages/Plugin/Gerdemann.ReCAPTCHA` (e.g. via `composer require gerdemann/recaptcha`)
- Get your sitekey and shared secret at
- Add the reCAPTCHA element to your form:

    ```
    -
      type: 'Gerdemann.ReCAPTCHA:ReCAPTCHA'
      identifier: 'recaptcha'
      properties:
        sitekey: 'ENTER_HERE_YOUR_SITEKEY'
      validators:
        - identifier: 'Neos.Flow:NotEmpty'
        - identifier: 'Gerdemann.ReCAPTCHA:ReCAPTCHA'
          options:
            secret: 'ENTER_HERE_YOUR_SHARED_SECRET'

    ```

Settings:
---------

[](#settings)

You can predefine default values for `secret` and `sitekey` in `Settings.yaml`. If no specific values are given in the form the captcha-element will fallback to those values.

```
Gerdemann:
 ReCAPTCHA:
   sitekey: ~
   secret: ~

```

Hint:
-----

[](#hint)

Two javascript files are included in `/Resources/Private/Fusion/Root.fusion` on the page. If this is not desired, these can be individually removed via a condition. To ensure the functionality, these files are at least necessary on pages with form.

Version hint
------------

[](#version-hint)

The Version 1.\* is compatible with Neos 2.0, but this version is no longer supported. For Neos 3.0 versions 2. \* can be used.

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% 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 ~268 days

Recently: every ~488 days

Total

11

Last Release

721d ago

Major Versions

1.0.0 → 2.0.02017-02-04

1.0.1 → 2.0.22018-04-25

2.0.5 → 3.0.02019-10-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f2f7e4940fc539ff0fdf77ccd2e30d5dfe98dd3228cf52ac05aca355b719981?d=identicon)[gerdemann](/maintainers/gerdemann)

---

Top Contributors

[![gerdemann](https://avatars.githubusercontent.com/u/690536?v=4)](https://github.com/gerdemann "gerdemann (16 commits)")[![dlubitz](https://avatars.githubusercontent.com/u/13046100?v=4)](https://github.com/dlubitz "dlubitz (7 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (1 commits)")[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (1 commits)")[![RobinJespersen](https://avatars.githubusercontent.com/u/5261252?v=4)](https://github.com/RobinJespersen "RobinJespersen (1 commits)")

### Embed Badge

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

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

###  Alternatives

[acmephp/core

Raw implementation of the ACME protocol in PHP

38973.7k7](/packages/acmephp-core)[mittwald/vault-php

A PHP client library for 'Vault by HashiCorp'

5392.1k](/packages/mittwald-vault-php)[stevenmaguire/laravel-middleware-csp

Provides support for enforcing Content Security Policy with headers in Laravel responses.

39107.6k](/packages/stevenmaguire-laravel-middleware-csp)[php-heroku-client/php-heroku-client

A PHP client for the Heroku Platform API

24404.8k4](/packages/php-heroku-client-php-heroku-client)[flowpack/neos-matomo

Track visits of your Neos site with the Matomo Open Analytics Platform!

2337.6k](/packages/flowpack-neos-matomo)[flowpack/fullpagecache

Cache full Neos page responses

1481.2k1](/packages/flowpack-fullpagecache)

PHPackages © 2026

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