digisoul/private-captcha

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

private captcha support for statamic

Maintainers

Package info

github.com/Digisoul-nl/private-captcha

pkg:composer/digisoul/private-captcha

Statistics

Installs: 48

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2026-02-19 13:12 UTC

This package is auto-updated.

Last update: 2026-02-19 21:23:51 UTC


README

Protect your form using private captcha

How to Install

You can install this addon via Composer:

composer require digisoul/private-captcha

if you want to customize the .env variable names you can publish the config file:

php please vendor:publish --tag=private-captcha-config

otherwise update your .env to include the following values:

PRIVATECAPTCHA_KEY=
PRIVATECAPTCHA_SITEKEY=

How to Use

add the {{ captcha:script }} in the head

add the {{ captcha }} tag in your form

add a display parameter if needed