PHPackages                             be-soft/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. be-soft/recaptcha-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

be-soft/recaptcha-bundle
========================

This bundle provides easy reCAPTCHA form field integration. (Forked from excelwebzone/EWZRecaptchaBundle)

1.0.0(1mo ago)034↓81.5%MITPHPPHP ^7.1 || ^8.0

Since Jun 2Pushed 1mo agoCompare

[ Source](https://github.com/BE-SOFT-a-s/EWZRecaptchaBundle)[ Packagist](https://packagist.org/packages/be-soft/recaptcha-bundle)[ Docs](https://github.com/BE-SOFT-a-s/EWZRecaptchaBundle)[ RSS](/packages/be-soft-recaptcha-bundle/feed)WikiDiscussions master Synced 1w ago

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

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

[](#ewzrecaptchabundle)

[![Actions Status](https://github.com/excelwebzone/EWZRecaptchaBundle/workflows/CI/badge.svg)](https://github.com/excelwebzone/EWZRecaptchaBundle/actions)

This bundle provides easy reCAPTCHA form field for Symfony.

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:

```
