PHPackages                             openwide/zend-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. openwide/zend-captcha-bundle

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

openwide/zend-captcha-bundle
============================

Zend Captcha bundle

v1.0.0(9y ago)04401GNU GENERAL PUBLIC LICENSEPHPPHP &gt;=5.3.9

Since Oct 11Pushed 9y ago8 watchersCompare

[ Source](https://github.com/Open-Wide/ZendCaptchaBundle)[ Packagist](https://packagist.org/packages/openwide/zend-captcha-bundle)[ Docs](https://github.com/Open-Wide/ZendCaptchaBundle)[ RSS](/packages/openwide-zend-captcha-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

ZendCaptchaBundle
=================

[](#zendcaptchabundle)

The ZendCaptchaBundle adds support for a captcha form type for the Symfony form component. Compatibility with Symfony
=====================================================================================================================

[](#the-zendcaptchabundle-adds-support-for-a-captcha-form-type-for-the-symfony-form-componentcompatibility-with-symfony)

If you are using SYmfony &gt;= 2.8 Installation
===============================================

[](#if-you-are-using-symfony--28installation)

### Step 1: Download the ZendCaptchaBundle

[](#step-1-download-the-zendcaptchabundle)

***Using Composer***

```
    composer require openwide/zend-captcha-bundle
```

or add bundle in composer.json

```
  // ...
  "require": {
        // ...
        "openwide/zend-captcha-bundle": "dev-master"
        // ...
    },
   // ...

```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
