PHPackages                             backend2-plus/google-captcha-bundle - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. backend2-plus/google-captcha-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

backend2-plus/google-captcha-bundle
===================================

Google reCAPTCHA bundle for Symfony

1.3.2(2mo ago)075MITPHPPHP &gt;=8.1

Since Aug 5Pushed 2mo agoCompare

[ Source](https://github.com/sasa1007/googleCaptchaBundle)[ Packagist](https://packagist.org/packages/backend2-plus/google-captcha-bundle)[ Docs](https://github.com/sasa1007/googleCaptchaBundle)[ RSS](/packages/backend2-plus-google-captcha-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (9)Used By (0)

Google Captcha Bundle
=====================

[](#google-captcha-bundle)

Simple Symfony bundle for Google reCAPTCHA integration.

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

[](#installation)

```
composer require sasa1007/google-captcha-bundle
```

**Note:** After installation, you need to manually configure the bundle as described below.

Configuration
-------------

[](#configuration)

Create configuration file `config/packages/google_captcha.yaml`:

```
google_captcha:
    secret: '%env(GOOGLE_CAPTCHA_SECRET)%'
```

Add to your `.env` file:

```
GOOGLE_CAPTCHA_SECRET=your_google_recaptcha_secret_key

```

**Note:** Replace `your_google_recaptcha_secret_key` with your actual Google reCAPTCHA secret key from [Google reCAPTCHA Admin Console](https://www.google.com/recaptcha/admin).

Usage
-----

[](#usage)

```
use BeckUp\GoogleCaptchaBundle\Service\GoogleCaptchaService;

class YourController extends AbstractController
{
    public function someAction(Request $request, GoogleCaptchaService $captchaService)
    {
        $result = $captchaService->verify($request);

        if ($result->success) {
            // reCAPTCHA passed
        } else {
            // reCAPTCHA failed
        }
    }
}
```

Frontend
--------

[](#frontend)

Add Google reCAPTCHA script to your template:

```

```

Uninstallation
--------------

[](#uninstallation)

To remove the bundle:

1. Delete configuration file:

```
rm config/packages/google_captcha.yaml
```

2. Remove from composer:

```
composer remove sasa1007/google-captcha-bundle
```

**Note:** The bundle is automatically unregistered and service definitions are removed when you uninstall the package.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance85

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~36 days

Recently: every ~63 days

Total

8

Last Release

79d ago

Major Versions

v0.0.2 → 1.3.22026-04-15

PHP version history (2 changes)v1.0.0PHP &gt;=8.0

v1.3.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27061283?v=4)[Sasa Milivojevic](/maintainers/sasa1007)[@sasa1007](https://github.com/sasa1007)

---

Top Contributors

[![sasa1007](https://avatars.githubusercontent.com/u/27061283?v=4)](https://github.com/sasa1007 "sasa1007 (13 commits)")

---

Tags

symfonybundlegooglerecaptchacaptcha

### Embed Badge

![Health badge](/badges/backend2-plus-google-captcha-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/backend2-plus-google-captcha-bundle/health.svg)](https://phpackages.com/packages/backend2-plus-google-captcha-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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