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 2d 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 18% 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

2575d 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.3k10](/packages/helsingborg-stad-municipio)[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.

45344.0k1](/packages/pressbooks-pressbooks)[ichikaway/cakeplus

Cake plus is cakephp plugin and provides some functions for CakePHP.

52101.4k1](/packages/ichikaway-cakeplus)[civicrm/civicrm-drupal-8

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

19246.3k2](/packages/civicrm-civicrm-drupal-8)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

206.7k](/packages/pressbooks-pressbooks-book)[janvince/smallcontactform

Simple but flexible multi language contact form builder with custom fields, validation and passive antispam

307.7k](/packages/janvince-smallcontactform)

PHPackages © 2026

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