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

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

maxpowel/wixet-recaptcha-bundle
===============================

This Bundle provides support for google recaptcha into symfony forms

v1.1(9y ago)024MITPHPPHP ^5.5.9|^7.0

Since Feb 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/maxpowel/WixetRecaptchaBundle)[ Packagist](https://packagist.org/packages/maxpowel/wixet-recaptcha-bundle)[ RSS](/packages/maxpowel-wixet-recaptcha-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

WixetRecaptchaBundle
====================

[](#wixetrecaptchabundle)

[![Build Status](https://camo.githubusercontent.com/c72e4787d8aa8d4afa647a9d712a6f73d0bcde16ec5e13538ad9c47b48f78913/68747470733a2f2f7472617669732d63692e6f72672f6d6178706f77656c2f576978657452656361707463686142756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/maxpowel/WixetRecaptchaBundle)[![Coverage Status](https://camo.githubusercontent.com/1c5b9eae87d8aed68f013b2140a6f6af01c8d922cd92f3ca0b5a25e74f7f404f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d6178706f77656c2f576978657452656361707463686142756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/maxpowel/WixetRecaptchaBundle?branch=master)[![License](https://camo.githubusercontent.com/62572195e2f0da2d1003f0fd80b557f0a2240c1b13b3f6eda841dc015238526d/68747470733a2f2f706f7365722e707567782e6f72672f6d6178706f77656c2f77697865742d7265636170746368612d62756e646c652f6c6963656e7365)](https://packagist.org/packages/maxpowel/wixet-recaptcha-bundle)

Add google captcha validation to symfony forms easily

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

[](#installation)

### Step 1: Use composer and enable Bundle

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

To install WixetRecaptchaBundle with Composer just type in your terminal:

```
composer require maxpowel/wixet-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:

```
