neosrulez/neos-form-altchacaptcha

There is no license information available for the latest version (1.0.7) of this package.

ALTCHA Next-Gen CAPTCHA integration for Neos CMS

Maintainers

Package info

github.com/patriceckhart/NeosRulez.Neos.Form.AltchaCaptcha

Type:neos-package

pkg:composer/neosrulez/neos-form-altchacaptcha

Statistics

Installs: 2 408

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.7 2025-12-16 14:02 UTC

This package is not auto-updated.

Last update: 2026-03-10 14:57:21 UTC


README

A Neos CMS package that integrates ALTCHA CAPTCHA into the Neos CMS Form Builder.

Installation

Just run:

composer require neosrulez/neos-form-altchacaptcha

Configuration

NeosRulez:
  Neos:
    Form:
      AltchaCaptcha:
        view:
          hideAltchaLogo: false
          hideFooter: false
          auto: disabled
        security:
          minNumber: 5000
          maxNumber: 15000
          hmac: 3f4bb586f04a0c1d93eadab9363a8a3183b4860c # hmac string
          expires: 1200 # challenge expires in 1200 seconds

Author