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

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

excelwebzone/recaptcha-bundle
=============================

This bundle provides easy reCAPTCHA form field integration

v1.5.42(1y ago)4017.8M—8.7%169[69 issues](https://github.com/excelwebzone/EWZRecaptchaBundle/issues)18MITPHPPHP ^7.1 || ^8.0CI passing

Since Nov 10Pushed 3mo ago8 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (65)Used By (18)

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:

```
