PHPackages                             wearesho-team/yii2-recaptcha-v3 - 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. wearesho-team/yii2-recaptcha-v3

ActiveLibrary

wearesho-team/yii2-recaptcha-v3
===============================

reCAPTCHA v3 Yii2 Integration

1.1.0(7y ago)1179↓100%[1 PRs](https://github.com/wearesho-team/yii2-recaptcha-v3/pulls)MITPHPPHP ^7.1

Since Mar 1Pushed 7y ago2 watchersCompare

[ Source](https://github.com/wearesho-team/yii2-recaptcha-v3)[ Packagist](https://packagist.org/packages/wearesho-team/yii2-recaptcha-v3)[ RSS](/packages/wearesho-team-yii2-recaptcha-v3/feed)WikiDiscussions master Synced 1mo ago

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

reCAPTCHA v3 integration (Yii2)
===============================

[](#recaptcha-v3-integration-yii2)

[![Build Status](https://camo.githubusercontent.com/108b08249aaae2d463d68cee7abcf4b2f8cee3410b509a44b6f9b3f1438f3ec1/68747470733a2f2f7472617669732d63692e6f72672f776561726573686f2d7465616d2f796969322d7265636170746368612d76332e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wearesho-team/yii2-recaptcha-v3)[![codecov](https://camo.githubusercontent.com/cf63c2f2264310b5ea06377e59a4dbab6071c630ebe4c6099d3f33df5768e5af/68747470733a2f2f636f6465636f762e696f2f67682f776561726573686f2d7465616d2f796969322d7265636170746368612d76332f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/wearesho-team/yii2-recaptcha-v3)

This module provides behavior, validator and bootstrap to connection reCAPTCHA to Yii2 Application.

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

[](#installation)

```
composer require wearesho-team/yii2-recaptcha-v3:^1.1
```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

To configure current reCAPTCHA environment (will be used in [Behavior](./src/Behavior.php)) you have to use [ConfigInterface](./src/ConfigInterface).

#### Environment Configuration

[](#environment-configuration)

KeyRequiredFormatDescriptionRECAPTCHA\_ENVIRONMENT-stringYII\_ENV will be used default### Bootstrap

[](#bootstrap)

```
