PHPackages                             snipershady/recaptcha-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. snipershady/recaptcha-bundle

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

snipershady/recaptcha-bundle
============================

This bundle provides easy reCAPTCHA form field integration. This is a fork of excelwebzone/EWZRecaptchaBundle but updated to symfony 7.0 requirementss

1.5.44(1y ago)0284↓50%MITPHPPHP &gt;=7.4

Since Dec 29Pushed 1y agoCompare

[ Source](https://github.com/snipershady/EWZRecaptchaBundle)[ Packagist](https://packagist.org/packages/snipershady/recaptcha-bundle)[ Docs](https://github.com/snipershady/EWZRecaptchaBundle)[ RSS](/packages/snipershady-recaptcha-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (8)Versions (7)Used By (0)

EWZRecaptchaBundle
==================

[](#ewzrecaptchabundle)

[![Actions Status](https://github.com/excelwebzone/EWZRecaptchaBundle/workflows/CI/badge.svg)](https://github.com/excelwebzone/EWZRecaptchaBundle/actions)

This bundle provides easy reCAPTCHA form field for Symfony. This is a fork of excelwebzone/EWZRecaptchaBundle compliant with Symfony 7.0 requirements.

Changelog
---------

[](#changelog)

29-12-2023: This fork fix some minor bugs of the original bundle. 29-12-2023: Fix JS scoping rules 29-12-2023: Complete support to Symfony 7.0 and PHP &gt;=7.4 03-03-2025: Complete support for PHP 8.4

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

[](#installation)

### Step 1: Use composer and enable Bundle

[](#step-1-use-composer-and-enable-bundle)

To install EWZRecaptchaBundle with Composer just type in your terminal:

```
php composer.phar require excelwebzone/recaptcha-bundle
```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
