PHPackages                             nietonfir/google-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. [Security](/categories/security)
4. /
5. nietonfir/google-recaptcha-bundle

ActiveLibrary[Security](/categories/security)

nietonfir/google-recaptcha-bundle
=================================

Symfony2 bundle for integrating nietonfir/google-recaptcha (simplifying the server-side validation of Google's 'No CAPTCHA reCAPTCHA')

v0.2.1(9y ago)98.5k11MITPHPPHP &gt;=5.4.0

Since Jan 13Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (8)Used By (0)

GoogleReCaptchaBundle
=====================

[](#googlerecaptchabundle)

[ReCAPTCHA](https://developers.google.com/recaptcha/) is a free CAPTCHA service that protects websites from spam and abuse. This bundle uses the [GoogleReCaptcha](https://github.com/nietonfir/GoogleReCaptcha) library or validating a users "No CAPTCHA reCAPTCHA" response and provides a custom form type, a custom validation constraint as well as a validator to use with the [Symfony Form Component](https://github.com/symfony/Form).

[![Latest Stable Version](https://camo.githubusercontent.com/b3ba84f345115c90d94e2dbeacd31d68f8159a4799bec95ad57b5161b44c2a18/68747470733a2f2f706f7365722e707567782e6f72672f6e6965746f6e6669722f676f6f676c652d7265636170746368612d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/nietonfir/google-recaptcha-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/3cd1270191e07fdd541d7162801dc6a02056e4c02ab6bfdb45c5df230c83feab/68747470733a2f2f706f7365722e707567782e6f72672f6e6965746f6e6669722f676f6f676c652d7265636170746368612d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/nietonfir/google-recaptcha-bundle) [![License](https://camo.githubusercontent.com/f3234a6d4400da3f905317e393575e1f9f9b5efdd6a42c8ab5540379021a4fa2/68747470733a2f2f706f7365722e707567782e6f72672f6e6965746f6e6669722f676f6f676c652d7265636170746368612d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/nietonfir/google-recaptcha-bundle)

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

[](#installation)

The recommended way to install GoogleReCaptchaBundle is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of GoogleReCaptcha:

```
composer require "nietonfir/google-recaptcha-bundle"
```

Or add GoogleReCaptchaBundle in your `composer.json`

```
"require": {
    "nietonfir/google-recaptcha-bundle": "v0.0.3"
}
```

and tell Composer to install the library:

```
composer update "nietonfir/google-recaptcha-bundle"
```

After installing, don't forget to enable the bundle:

```
