PHPackages                             stz184/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. stz184/captcha-bundle

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

stz184/captcha-bundle
=====================

Very simple and ease to use implementation of "captcha" form type for the Symfony2 form component.

015PHP

Since Jan 23Pushed 11y agoCompare

[ Source](https://github.com/stz184/CaptchaBundle)[ Packagist](https://packagist.org/packages/stz184/captcha-bundle)[ RSS](/packages/stz184-captcha-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

stz184's CaptchaBundle
======================

[](#stz184s-captchabundle)

The `stz184CaptchaBundle` is very simple and ease to use implementation of **captcha** form type for the Symfony2 form component.

The master of this repository is containing current development version, built on top of Symfony v2.5.8.

Installation
============

[](#installation)

Installation is a quick 3 step process.

**Step 1:** Add the following to the "require" section of your `composer.json` file:

```
"stz184/captcha-bundle": "dev-master"

```

..and update your project dependencies.

**Step 2:** Once download, you have to enable the bundle in the kernel (`app/appKernel.php`):

```
