PHPackages                             szmnmichalowski/zf2-nocaptcha - 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. szmnmichalowski/zf2-nocaptcha

ActiveLibrary[Security](/categories/security)

szmnmichalowski/zf2-nocaptcha
=============================

No CAPTCHA reCAPTCHA module for Zend Framework 2

1.0.0(9y ago)53.4k5[3 issues](https://github.com/szmnmichalowski/ZF2-NoCaptcha/issues)MITPHPPHP ^5.6 || ^7.0

Since Mar 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/szmnmichalowski/ZF2-NoCaptcha)[ Packagist](https://packagist.org/packages/szmnmichalowski/zf2-nocaptcha)[ Docs](https://github.com/szmnmichalowski/ZF2-NoCaptcha)[ RSS](/packages/szmnmichalowski-zf2-nocaptcha/feed)WikiDiscussions master Synced 3w ago

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

NoCaptcha
---------

[](#nocaptcha)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/8ce797d28a7d277799e0b999b9bb4024a3fbd43e68fb6caed2b74a33443eaba1/68747470733a2f2f7472617669732d63692e6f72672f737a6d6e6d696368616c6f77736b692f5a46322d4e6f436170746368612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/szmnmichalowski/ZF2-NoCaptcha)

NoCaptcha is a [Zend Framework 2](http://framework.zend.com/) module which is integrated with new version of Google reCAPTCHA.
More info about ["No CAPTCHA reCAPTCHA"](http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html)

### Installation

[](#installation)

You can install this module by cloning this project into your **./vendor/** directory, or using composer, which is more recommended:
**1.**Add this project into your composer.json

```
"require": {
    "szmnmichalowski/zf2-nocaptcha": "dev-master"
}

```

**2.**Update your dependencies

```
$ php composer.phar update

```

**3.**Add module to your **application.config.php**

```
return array(
    'modules' => array(
        'Application',
        'NoCaptcha' //
