contextualsoftware/silverstripe-google-recaptcha

A module to add a Google reCaptcha to a Userform.

Maintainers

👁 davidcollins4481

Package info

github.com/Contextual-Software-LLC/silverstripe-userforms-recaptcha-field

Type:silverstripe-vendormodule

pkg:composer/contextualsoftware/silverstripe-google-recaptcha

Statistics

Installs: 49

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v0.3 2023-05-27 19:02 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 5e4d1bececf09a5e835b39657dea2b4bdd3764d9

  • Dave Collins <dave.collins.woop@contextualsoftware.com>

This package is auto-updated.

Last update: 2026-06-28 02:29:25 UTC


README

Install

composer install contextualsoftware/silverstripe-google-recaptcha

Usage

In a YAML config file in your app/_config folder add the following:

GoogleReCaptcha:
 site_key: ...
 secret_key: ....

these values are provided to you when setting up your Google Recaptcha (v3).