PHPackages                             lukaschel/pimcore-recaptcha - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. lukaschel/pimcore-recaptcha

ActivePimcore-bundle[Validation &amp; Sanitization](/categories/validation)

lukaschel/pimcore-recaptcha
===========================

Pimcore bundle to use recaptcha v3 in symfony forms

1.0.1(7y ago)147[1 issues](https://github.com/Lukaschel/pimcore-recaptcha/issues)GPL-3.0-or-laterPHP

Since May 3Pushed 7y agoCompare

[ Source](https://github.com/Lukaschel/pimcore-recaptcha)[ Packagist](https://packagist.org/packages/lukaschel/pimcore-recaptcha)[ RSS](/packages/lukaschel-pimcore-recaptcha/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

PimcoreRecaptcha
================

[](#pimcorerecaptcha)

With this Pimcore bundle it is possible to integrate the Google ReCaptcha v3 logic into symfony forms.

Installation
------------

[](#installation)

```
"require" : {
    "lukaschel/pimcore-recaptcha" : "~1.0.0"
}
```

Usage
-----

[](#usage)

After enabling and installing the bundle in the Pimcore backends, the bundle configuration can be used to set Recaptcha keys for each page.

Form integration
----------------

[](#form-integration)

Subsequently, a hidden input field can be deposited in the respective form:

```
public function buildForm(FormBuilderInterface $builder, array $options)
{
    $builder
        ->add('g_recaptcha_response', HiddenType::class, [
            'attr' => [
                'class' => 'g-recaptcha-response-input'
            ]
        ]);
}
```

Now you only have to validate the input field in your controller when your form is submitted:

```
if ($form->isSubmitted() &&
    $form->isValid() &&
    $this->container->get('lukaschel.recaptcha')->validate($request->request->get('FORM_NAME')['g_recaptcha_response'])
    ) {
    ...
}
```

Copyright and license
---------------------

[](#copyright-and-license)

For licensing details please visit [LICENSE.md](LICENSE.md)

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity61

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Total

2

Last Release

2620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c239c72a880580d78dbd0f936f25228a80e9305a7b9e0fa1f0f23b40d691a6b6?d=identicon)[DieLeoparden](/maintainers/DieLeoparden)

### Embed Badge

![Health badge](/badges/lukaschel-pimcore-recaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/lukaschel-pimcore-recaptcha/health.svg)](https://phpackages.com/packages/lukaschel-pimcore-recaptcha)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[october/rain

October Rain Library

1601.7M103](/packages/october-rain)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k17.3k100](/packages/elgg-elgg)[mediawiki/maps

Adds various mapping features to MediaWiki

85155.1k3](/packages/mediawiki-maps)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

20256.6k4](/packages/civicrm-civicrm-drupal-8)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
