Download the PHP package matrozov/yii2-yandex-smart-captcha without Composer
On this page you can find all versions of the php package matrozov/yii2-yandex-smart-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download matrozov/yii2-yandex-smart-captcha
More information about matrozov/yii2-yandex-smart-captcha
Files in matrozov/yii2-yandex-smart-captcha
Download matrozov/yii2-yandex-smart-captcha
More information about matrozov/yii2-yandex-smart-captcha
Files in matrozov/yii2-yandex-smart-captcha
Vendor matrozov
Package yii2-yandex-smart-captcha
Short Description Yii2 Yandex Smart Captcha
License MIT
Homepage https://github.com/matrozov/yii2-yandex-smart-captcha
Package yii2-yandex-smart-captcha
Short Description Yii2 Yandex Smart Captcha
License MIT
Homepage https://github.com/matrozov/yii2-yandex-smart-captcha
Please rate this library. Is it a good library?
Informations about the package yii2-yandex-smart-captcha
Yii2 Yandex Smart Captcha
Adds Yandex Smart Captcha into yii2 project
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by:
add this to your components main.php
and in your model
Additional parameters
YandexSmartCaptcha
Name | Required | Type | Default value | |
---|---|---|---|---|
clientKey | + | string | Read more | |
serverKey | + | string | Read more |
YandexSmartCaptchaValidator
Name | Required | Type | Default value | Comment |
---|---|---|---|---|
host | string | bool | false | Specify host for validate smart captcha response or set true to get host from request Read more |
|
sendUserIp | bool | true | IP address of the user that originated the request to validate the token. Read more |
YandexSmartCaptchaWidget
Name | Required | Type | Default value | Comment |
---|---|---|---|---|
hl | string | null | null By default language get from app language |
Widget and challenge language. Allowed languages: ru, en, be, kk, tt, uk, uz, tr Read more |
|
test | bool | false | Running CAPTCHA in test mode. The user will always get a challenge. Use this property for debugging and testing only. Read more |
|
webView | bool | false | Running CAPTCHA in WebView. You can use it to make user response validation more precise when adding CAPTCHA to mobile apps via WebView. Read more |
|
invisible | bool | false | Invisible CAPTCHA is a way of connecting the SmartCaptcha widget without the "I’m not a robot" button on the page. Read more |
|
shieldPosition | string | top-left | Position of the data processing notice section. Allowed positions: top-left, center-left, bottom-left, top-right, center-right, bottom-right Read more |
|
hideShield | bool | false | Hide the data processing notice section. Read more |
All versions of yii2-yandex-smart-captcha with dependencies
PHP Build Version
Package Version
The package matrozov/yii2-yandex-smart-captcha contains the following files
Loading the files please wait ....