PHPackages                             lethak/excelwebzonerecaptcha-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. lethak/excelwebzonerecaptcha-bundle

Abandoned → [excelwebzone/recaptcha-bundle](/?search=excelwebzone%2Frecaptcha-bundle)Symfony-bundle[Security](/categories/security)

lethak/excelwebzonerecaptcha-bundle
===================================

This bundle provides easy reCAPTCHA form field integration

v1.4.4(9y ago)01.2k↓50%MITPHP

Since Nov 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lethak/EWZRecaptchaBundle)[ Packagist](https://packagist.org/packages/lethak/excelwebzonerecaptcha-bundle)[ Docs](https://github.com/excelwebzone/EWZRecaptchaBundle)[ RSS](/packages/lethak-excelwebzonerecaptcha-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (14)Used By (0)

EWZRecaptchaBundle
==================

[](#ewzrecaptchabundle)

This bundle provides easy reCAPTCHA form field for Symfony.

A bridge for the Silex framework has been implemented too : [Jump to documentation](Bridge/README.md).

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:

```
