PHPackages                             tms/hcaptcha - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tms/hcaptcha

ActiveNeos-plugin[Utility &amp; Helpers](/categories/utility)

tms/hcaptcha
============

hCaptcha form element for Neos.Form

1.2.0(5mo ago)12.5k↓40%2PHP

Since Jun 30Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/tmsdev/Tms.Hcaptcha)[ Packagist](https://packagist.org/packages/tms/hcaptcha)[ RSS](/packages/tms-hcaptcha/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Tms.Hcaptcha
============

[](#tmshcaptcha)

Sick of using Google reCAPTCHA in your sites?

We too. Gladly, there is an alternative, which respects data privacy (at least according to ) and improves performance. This package provides a [hCaptcha](https://www.hcaptcha.com/) form element for [Neos.Form](https://github.com/neos/form) &amp; [Neos.Form.Builder](https://github.com/neos/form-builder).

By default, the hCaptcha widget will be rendered only on form interaction.

Install
-------

[](#install)

```
composer require tms/hcaptcha
```

Usage
-----

[](#usage)

1.) Create a free hCaptcha account

2.) Get the `siteKey` and `secret` from your hCaptcha account and pass them to your `Settings.yaml`

```
# Configuration/Settings.yaml
Tms:
  Hcaptcha:
    siteKey: '%env:TMS_HCAPTCHA_SITE_KEY%'
    secret: '%env:TMS_HCAPTCHA_SECRET%'
```

**Note:** In `Development` context we automatically set the test key set (see )

3.) Add the form element to your form configuration

```
prototype(Vendor.PackageName:MyForm) < prototype(Neos.Form.Builder:Form) {
    firstPage.elements {
        hcaptcha = Tms.Hcaptcha:Captcha.Definition
    }
}

```

Acknowledgments
---------------

[](#acknowledgments)

Development sponsored by [tms.development - Online Marketing and Neos CMS Agency](https://www.tms-development.de/)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance69

Regular maintenance activity

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~802 days

Total

3

Last Release

179d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5636715?v=4)[Joachim Beck](/maintainers/jobee)[@jobee](https://github.com/jobee)

---

Top Contributors

[![jobee](https://avatars.githubusercontent.com/u/5636715?v=4)](https://github.com/jobee "jobee (26 commits)")[![hphoeksma](https://avatars.githubusercontent.com/u/250683?v=4)](https://github.com/hphoeksma "hphoeksma (1 commits)")[![MarcoPNS](https://avatars.githubusercontent.com/u/35105681?v=4)](https://github.com/MarcoPNS "MarcoPNS (1 commits)")

---

Tags

captchahcaptchaneoscmsspam-prevention

### Embed Badge

![Health badge](/badges/tms-hcaptcha/health.svg)

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

###  Alternatives

[optimistdigital/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74151.2k](/packages/optimistdigital-nova-simple-repeatable)[icecave/chrono

A date &amp; time library that is decoupled from the system clock.

54188.9k7](/packages/icecave-chrono)[malukenho/speaknumber

Transcreve números para extenso.

2957.9k](/packages/malukenho-speaknumber)

PHPackages © 2026

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