PHPackages                             comvation/fusionform-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. comvation/fusionform-hcaptcha

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

comvation/fusionform-hcaptcha
=============================

hCaptcha field and validator for Neos.Fusion.Form

v1.2.0(1w ago)0124MITPHPPHP ^8.2

Since Jul 21Pushed 5mo agoCompare

[ Source](https://github.com/Comvation/fusionform-hcaptcha)[ Packagist](https://packagist.org/packages/comvation/fusionform-hcaptcha)[ RSS](/packages/comvation-fusionform-hcaptcha/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

hCaptcha for Neos.Fusion.Form
=============================

[](#hcaptcha-for-neosfusionform)

Integrates the hCaptcha into any Neos.Fusion.Form.

Inspired by sitegeist/Sitegeist.FusionForm.FriendlyCaptcha.

Requirements
============

[](#requirements)

- Neos
- Composer

Supported and Tested Versions
-----------------------------

[](#supported-and-tested-versions)

Neos from 8.0 up to and including 9.0.x.

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

[](#installation)

Add the plugin, and install the dependencies:

```
composer require comvation/fusionform-hcaptcha
composer install
```

Usage
-----

[](#usage)

Add the captcha field and validator to your form content and schema, respectively:

```
prototype(Vendor.Site:RuntimeForm) < prototype(Neos.Fusion.Form:Runtime.RuntimeForm) {
  process {
    content = afx`
      [...your form contents...]

    `
    schema {
      [...your schema entries...]

      h-captcha-response = ${Form.Schema.string().isRequired()}
      h-captcha-response.@process.captchaValidator = ${value.validator('Comvation.FusionForm.HCaptcha:HCaptcha')}
    }
  }
  action { [no changes required] }
}

```

Add the key and secret, as well as other desired configuration to your Settings.yaml.

Note: Only a few selected configuration options are available in the settings for now.

```
Comvation:
  FusionForm:
    HCaptcha:
      siteKey: ''
      siteSecret: ''
      size: 'invisible' # optional, default is "normal"
      theme: 'dark' # optional, default is "light"
```

See [hCaptcha docs](https://docs.hcaptcha.com/#integration-testing-test-keys)for details on the available options, as well as test keys.

Using a Custom Button
---------------------

[](#using-a-custom-button)

By default, the plugin presumes that the form uses a standard form submit button.

If that isn't the case, specify a selector attribute that exclusively matches your button.

For example, this one

```
footer = afx`
  Send
`

```

may be used by adding the selector attribute

```

```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance83

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.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 ~169 days

Total

3

Last Release

9d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a87f7310cb2621e4b4cb03f5a29182fec334c100b9fdfb844cf3d59be6e5106?d=identicon)[comvation](/maintainers/comvation)

---

Top Contributors

[![soeren-san](https://avatars.githubusercontent.com/u/100858270?v=4)](https://github.com/soeren-san "soeren-san (20 commits)")[![olimination](https://avatars.githubusercontent.com/u/662924?v=4)](https://github.com/olimination "olimination (2 commits)")

### Embed Badge

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

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

###  Alternatives

[neos/demo

Site package for the Neos Demo Site

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

1327.0k](/packages/sandstorm-neostwofactorauthentication)[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-base-distribution

Neos Base Distribution

4366.0k](/packages/neos-neos-base-distribution)[neos/seo

SEO configuration and tools for Neos

141.0M31](/packages/neos-seo)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1595.1k1](/packages/sitegeist-taxonomy)

PHPackages © 2026

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