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

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

cors/friendly-captcha-bundle
============================

CORS - Friendly Captcha Bundle

v1.1.0(11mo ago)534.4k↓23.9%81MITPHPPHP &gt;=7.3CI passing

Since Sep 5Pushed 11mo ago2 watchersCompare

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

READMEChangelog (7)Dependencies (7)Versions (8)Used By (1)

CORS Friendly Captcha Bundle
----------------------------

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

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

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

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 cors/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 `AppKernel.php` file, and register the new bundle:

```
