neosrulez/neos-form-altchacaptcha

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

ALTCHA Next-Gen CAPTCHA integration for Neos CMS

Installs: 1 404

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 3

Open Issues: 0

Type:neos-package

pkg:composer/neosrulez/neos-form-altchacaptcha

1.0.6 2025-09-19 18:38 UTC

This package is not auto-updated.

Last update: 2025-10-17 19:01:15 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