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

ActiveSymfony-bundle

lephare/recaptcha-bundle
========================

This bundle provides easy reCAPTCHA form field integration (Le Phare maintained fork of excelwebzone/recaptcha-bundle)

v1.5.43(yesterday)00MITPHP ^7.1 || ^8.0

Since Nov 10Compare

[ Source](https://github.com/le-phare/EWZRecaptchaBundle)[ Packagist](https://packagist.org/packages/lephare/recaptcha-bundle)[ Docs](https://github.com/le-phare/EWZRecaptchaBundle)[ RSS](/packages/lephare-recaptcha-bundle/feed)WikiDiscussions Synced today

READMEChangelogDependencies (8)Versions (65)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.

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:

```
