PHPackages                             helsingborg-stad/recaptcha-integration - 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. [Security](/categories/security)
4. /
5. helsingborg-stad/recaptcha-integration

ActiveLibrary[Security](/categories/security)

helsingborg-stad/recaptcha-integration
======================================

Google ReCAPTCHA v3 integration for Municipio and plugins

1.1.2(5y ago)04.2kMITPHP

Since Feb 17Pushed 5y ago7 watchersCompare

[ Source](https://github.com/helsingborg-stad/recaptcha-integration)[ Packagist](https://packagist.org/packages/helsingborg-stad/recaptcha-integration)[ RSS](/packages/helsingborg-stad-recaptcha-integration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (7)Used By (0)

recaptcha-integration
=====================

[](#recaptcha-integration)

Google ReCAPTCHA v3 integration for Municipio and plugins

Install with Composer
---------------------

[](#install-with-composer)

`composer require helsingborg-stad/recaptcha-integration`

Howto:
------

[](#howto)

Start with the essentials required to use the package.

### Markup for Front End (HTML):

[](#markup-for-front-end-html)

Add hidden input to your form. Google will populate the input with a hashed string.

```

```

### Keys for Back End (PHP):

[](#keys-for-back-end-php)

Register your sites domain and get the keys you need on Googles reCAPTCHA website.

Note: This package is for version 3. Once submitted, Google will provide you with the following two information.

- #### Site key

    [](#site-key)
- #### Secret key

    [](#secret-key)

Add keys to your config or functions.php file. Replace: *YOUR-RECAPTCHA-SITE-KEY* and *YOUR-RECAPTCHA-SECRET-KEY*

```
