PHPackages                             saeven/zf2-circlical-recaptcha - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. saeven/zf2-circlical-recaptcha

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

saeven/zf2-circlical-recaptcha
==============================

ZF2 module that lets you easily incorporate Google's new, simpler recaptcha (I am not a robot)

1.3(4y ago)430.4k2MITPHPPHP &gt;=7.4

Since Dec 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Saeven/zf2-circlical-recaptcha)[ Packagist](https://packagist.org/packages/saeven/zf2-circlical-recaptcha)[ Docs](https://github.com/Saeven/zf2-circlical-recaptcha)[ RSS](/packages/saeven-zf2-circlical-recaptcha/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (9)Versions (7)Used By (0)

Easy Google Captcha for Zend Framework 3
========================================

[](#easy-google-captcha-for-zend-framework-3)

[![Total Downloads](https://camo.githubusercontent.com/133fb95144269568327f4a15ea5b2340da7edef103f9396c8fea8a4f50f5d529/68747470733a2f2f706f7365722e707567782e6f72672f73616576656e2f7a66322d636972636c6963616c2d7265636170746368612f646f776e6c6f616473)](https://packagist.org/packages/saeven/zf2-circlical-recaptcha)[![Codacy Badge](https://camo.githubusercontent.com/28dac9048329bc9e711585c81c65c85e9ca82a2416eeab8c27e0e653fe4e63d5/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6633633562333664353038343432656361383039376332373565623435663433)](https://www.codacy.com/app/saeven/zf2-circlical-recaptcha?utm_source=github.com&utm_medium=referral&utm_content=Saeven/zf2-circlical-recaptcha&utm_campaign=Badge_Grade)[![Codacy Badge](https://camo.githubusercontent.com/d264b4aefdf8a365c2420513c7dc1aab0de681ef011e8f2c8d7baae74e985c46/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f6633633562333664353038343432656361383039376332373565623435663433)](https://www.codacy.com/app/saeven/zf2-circlical-recaptcha?utm_source=github.com&utm_medium=referral&utm_content=Saeven/zf2-circlical-recaptcha&utm_campaign=Badge_Coverage)[![Build Status](https://camo.githubusercontent.com/e309baeff75cfb110c21783953d5d05fb4533fa6341aa30452de93529a087832/68747470733a2f2f7472617669732d63692e6f72672f53616576656e2f7a66322d636972636c6963616c2d7265636170746368612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Saeven/zf2-circlical-recaptcha)

Google just rolled out their great new CAPTCHA (fewer angry old people is always great!), and you want to get it into your ZF2/ZF3 project! Please users and management alike with this easy module.

[![Captcha Image](https://camo.githubusercontent.com/f650a08d09b8efcfee76e55b9793dc3b355a54fab596f9460273110ddb5e6788/687474703a2f2f692e696d6775722e636f6d2f475770715348392e706e67)](https://camo.githubusercontent.com/f650a08d09b8efcfee76e55b9793dc3b355a54fab596f9460273110ddb5e6788/687474703a2f2f692e696d6775722e636f6d2f475770715348392e706e67)

Requirements
------------

[](#requirements)

Add this line to your composer.json

```
"saeven/zf2-circlical-recaptcha": "dev-master"
```

Then include `'CirclicalRecaptcha',` in your application's **module.config.php**. The module should now be loaded.

Configuration
-------------

[](#configuration)

Copy **circlical.recaptcha.local.php** into your config/autoload folder. Open it up, and insert your ReCaptcha keys - you get these from [Google's website](https://www.google.com/recaptcha/admin#list).

```
