PHPackages                             vintage/yii2-invisible-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. vintage/yii2-invisible-recaptcha

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

vintage/yii2-invisible-recaptcha
================================

Facade of Invisible reCAPTCHA by Google for Yii2 Framework

v1.0.1(6y ago)341.2k1[1 PRs](https://github.com/Vintage-web-production/yii2-invisible-recaptcha/pulls)BSD-3-ClausePHP

Since Nov 21Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Vintage-web-production/yii2-invisible-recaptcha)[ Packagist](https://packagist.org/packages/vintage/yii2-invisible-recaptcha)[ RSS](/packages/vintage-yii2-invisible-recaptcha/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

 [ ![](https://camo.githubusercontent.com/86ad41905ddb79cc30b6c1d2583164fa4f5c40cd32c9866a4959b1b13c83da72/68747470733a2f2f7777772e677374617469632e636f6d2f696d616765732f69636f6e732f6d6174657269616c2f70726f647563742f32782f7265636170746368615f343864702e706e67) ]()

Invisible reCAPTCHA
===================

[](#invisible-recaptcha)

Facade of Invisible reCAPTCHA by Google for Yii2 Framework. For more info read [official documentation](https://developers.google.com/recaptcha/).

[![Build Status](https://camo.githubusercontent.com/1578b661706b15ad53d1c8a229dc082027e86c4217759c1f306809b1d1ffd16e/68747470733a2f2f7472617669732d63692e6f72672f56696e746167652d7765622d70726f64756374696f6e2f796969322d696e76697369626c652d7265636170746368612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Vintage-web-production/yii2-invisible-recaptcha)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6b605811360808b0208bbd25b89c417bb4ec411fbbdec02f8c69d08300a0fce6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f56696e746167652d7765622d70726f64756374696f6e2f796969322d696e76697369626c652d7265636170746368612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Vintage-web-production/yii2-invisible-recaptcha/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/9035a2ed9204078484c18339bf3a09d5a278c36a936e845e8ffd10f1a8c5f842/68747470733a2f2f706f7365722e707567782e6f72672f76696e746167652f796969322d696e76697369626c652d7265636170746368612f646f776e6c6f616473)](https://packagist.org/packages/vintage/yii2-invisible-recaptcha)[![Latest Stable Version](https://camo.githubusercontent.com/99d5ad2889860686bdd7d1a85e1c2fbfd09df278bed6ad2744cd643d390b9ae4/68747470733a2f2f706f7365722e707567782e6f72672f76696e746167652f796969322d696e76697369626c652d7265636170746368612f762f737461626c65)](CHANGELOG.md)[![Latest Unstable Version](https://camo.githubusercontent.com/2a9b4ca64a9e7fa41a403c7daae1b254a2296b4c1365e35f0660c5468cd983f7/68747470733a2f2f706f7365722e707567782e6f72672f76696e746167652f796969322d696e76697369626c652d7265636170746368612f762f756e737461626c65)](CHANGELOG.md)

Installation
------------

[](#installation)

#### Install package

[](#install-package)

Run command

```
$ composer require vintage/yii2-invisible-recaptcha
```

or add

```
"vintage/yii2-invisible-recaptcha": "~1.0"
```

to the require section of your composer.json.

Usage
-----

[](#usage)

1. Creates API key in your [Google Account](https://www.google.com/recaptcha/admin#createsite)
2. Configure API keys in `frontend/config/params-local.php`

```
