PHPackages                             elma/friendly-captcha-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. elma/friendly-captcha-bundle

ActiveSymfony-bundle[Security](/categories/security)

elma/friendly-captcha-bundle
============================

ELMA - Friendly Captcha Bundle, fork of the cors/friendly-captcha-bundle

v2.0.0(9mo ago)119.8k2MITPHPPHP &gt;=7.3CI failing

Since Dec 28Pushed 9mo agoCompare

[ Source](https://github.com/Elma/friendly-captcha-bundle)[ Packagist](https://packagist.org/packages/elma/friendly-captcha-bundle)[ Docs](https://www.cors.gmbh)[ RSS](/packages/elma-friendly-captcha-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (11)Used By (0)

Elma Friendly Captcha Bundle
----------------------------

[](#elma-friendly-captcha-bundle)

[![CI](https://github.com/elma/friendly-captcha-bundle/actions/workflows/build.yml/badge.svg)](https://github.com/elma/friendly-captcha-bundle/actions/workflows/build.yml)

This bundle provides easy [friendlycaptcha.com](https://www.friendlycaptcha.com) form field for Symfony.

This is a fork of the \[cors\]\[\] bundle, that does not seems to be maintened, \[see this PR for details\]\[[cors-gmbh#3](https://github.com/cors-gmbh/friendly-captcha-bundle/pull/3)\]

The main branch works with the v2 API, see  for migration instruction or use the main\_v1 / v1.x version of the bundle.

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

[](#installation)

### Step 1: Use composer and enable Bundle

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

To install CORSFriendlyCaptchaBundle with Composer just type in your terminal:

```
php composer.phar require elma/friendly-captcha-bundle
```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your `bundles.php` file, and register the new bundle:

```
