PHPackages                             dario\_swain/ds-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. dario\_swain/ds-recaptcha-bundle

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

dario\_swain/ds-recaptcha-bundle
================================

Google ReCAPTCHA (ver. 2) Symfony Bundle.

642.8k↓57.9%6[9 issues](https://github.com/DarioSwain/DSReCaptchaBundle/issues)[1 PRs](https://github.com/DarioSwain/DSReCaptchaBundle/pulls)PHP

Since Aug 2Pushed 8y ago3 watchersCompare

[ Source](https://github.com/DarioSwain/DSReCaptchaBundle)[ Packagist](https://packagist.org/packages/dario_swain/ds-recaptcha-bundle)[ RSS](/packages/dario-swain-ds-recaptcha-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

ReCAPTCHA ver.2 for Symfony2 applications
=========================================

[](#recaptcha-ver2-for-symfony2-applications)

You can find full documentation about Google reCAPTCHA API v2 [here](http://developers.google.com/recaptcha/intro).

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

[](#installation)

You can install this package with [Composer](http://getcomposer.org/). Add next lines to your composer.json file:

```
{
    "require": {
        "dario_swain/ds-recaptcha-bundle":                 "dev-master"
    }
}
```

Add bundle to your AppKernel.php:

```
