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

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

acrobat/recaptcha-bundle
========================

This bundle provides easy integration of Recaptcha into symfony2

v2.0.0(11y ago)52.9k[1 issues](https://github.com/acrobat/RecaptchaBundle/issues)MITPHPPHP &gt;=5.3.3

Since Oct 18Pushed 9y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (7)Versions (6)Used By (0)

AcrobatRecaptchaBundle
======================

[](#acrobatrecaptchabundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/994962f6975b416c63bb7b9e85bac58149620abb75e7a01e743e35e567116f9f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65613338326561332d626136382d343065332d383462302d6536633638363635353265632f6d696e692e706e67)](https://insight.sensiolabs.com/projects/ea382ea3-ba68-40e3-84b0-e6c6866552ec) [![Build Status](https://camo.githubusercontent.com/9e1ac7be6934610dfabb74d0eec5f33628c12b0890a2d38b5c9006f80e3b3ccd/68747470733a2f2f7472617669732d63692e6f72672f6163726f6261742f52656361707463686142756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/acrobat/RecaptchaBundle) [![Latest Stable Version](https://camo.githubusercontent.com/cb414759236e3c98f3d3be58733ca39d5a69591b9a9573da04513ebfcfdff70b/68747470733a2f2f706f7365722e707567782e6f72672f6163726f6261742f7265636170746368612d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/acrobat/recaptcha-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/73df7a53da57d0017d585cd7dc207519ecc15af09c0a28afec44b7d8562f0444/68747470733a2f2f706f7365722e707567782e6f72672f6163726f6261742f7265636170746368612d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/acrobat/recaptcha-bundle) [![License](https://camo.githubusercontent.com/f312d8ce076d9ee3d64e5367968aa3cce4c7b4f89fafa483bcb9c16fac8f29b4/68747470733a2f2f706f7365722e707567782e6f72672f6163726f6261742f7265636170746368612d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/acrobat/recaptcha-bundle)

This bundle provides reCAPTCHA integration with symfony2 forms.

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

[](#installation)

### Step 1: Use composer and enable Bundle

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

To install AcrobatRecaptchaBundle with composer just run the following command:

#### Symfony 2.3 installation

[](#symfony-23-installation)

```
$ php composer.phar require acrobat/recaptcha-bundle:~1.0
```

#### Symfony &gt;= 2.4 installation

[](#symfony--24-installation)

```
$ php composer.phar require acrobat/recaptcha-bundle:~2.0
```

**Note**: In RecaptchaBundle 2.0 we dropped support for symfony 2.3, see issue [\#4](https://github.com/acrobat/RecaptchaBundle/issues/4). Both versions 1.0 and 2.0 will be maintained.

This will add the config line to the `composer.json` and installs the latest stable version of this bundle.

All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
