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

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

gjuric/recaptcha-bundle
=======================

This bundle provides easy reCAPTCHA form field integration

v1.6.2(2mo ago)074↓50%MITPHPPHP ^8.1CI passing

Since Nov 10Pushed 2mo agoCompare

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

READMEChangelog (1)Dependencies (8)Versions (68)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  created since the original repository has been archived.

The only difference so far is compatibility with Symfony 8.0.

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:

```
