PHPackages                             sven-ve/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. sven-ve/recaptcha-bundle

AbandonedArchivedSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

sven-ve/recaptcha-bundle
========================

This bundle provides easy reCAPTCHA form field integration

1.6.3(2y ago)04MITPHPPHP ^7.1 || ^8.0

Since Dec 24Pushed 2y agoCompare

[ Source](https://github.com/Sven-Ve/EWZRecaptchaBundle)[ Packagist](https://packagist.org/packages/sven-ve/recaptcha-bundle)[ Docs](https://github.com/excelwebzone/EWZRecaptchaBundle)[ RSS](/packages/sven-ve-recaptcha-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (9)Versions (5)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:

```
