PHPackages                             blackknight467/ayah-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. blackknight467/ayah-bundle

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

blackknight467/ayah-bundle
==========================

Are you a human bundle for use with Symfony 2. This bundle adds the 'ayah' form type. Simple and easy to use. Lets leave the captcha behind

v2.0(10y ago)0250MITPHPPHP &gt;=5.3.2

Since Dec 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/blackknight467/AYAHBundle)[ Packagist](https://packagist.org/packages/blackknight467/ayah-bundle)[ Docs](http://github.com/blackknight467/AYAHBundle)[ RSS](/packages/blackknight467-ayah-bundle/feed)WikiDiscussions master Synced 1mo ago

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

blackknight467's AYAHBundle
===========================

[](#blackknight467s-ayahbundle)

The `AYAHBundle` adds support for a "ayah" form type for the Symfony2 form component.

Minimum Requirement: Symfony 2.7

NOTE: I am not in any way associated with Are you a human. I am just some guy who needed to implent are you human using symfony 2 forms and then decided to share his code to make life easier for anyone who wants to leave captchas behind.

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

[](#installation)

### Step 1: Download the AYAHBundle

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

***Using Composer***

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

```
    "blackknight467/ayah-bundle": "2.*"

```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
