PHPackages                             kublai/yii2-enhanced-captcha - 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. kublai/yii2-enhanced-captcha

ActiveYii2-extension

kublai/yii2-enhanced-captcha
============================

A Yii2 extension that enhances the captcha component with the functionality of being shown only on multiple requests from the same IP

1.0.4(5y ago)011MITPHP

Since Oct 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kublai/yii2-enhanced-captcha)[ Packagist](https://packagist.org/packages/kublai/yii2-enhanced-captcha)[ Docs](https://github.com/kublai/yii2-enhanced-captcha)[ RSS](/packages/kublai-yii2-enhanced-captcha/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Yii2 Enhanced Captcha
=====================

[](#yii2-enhanced-captcha)

A Yii2 extension that enhances the captcha component with the functionality of being shown only on multiple requests from the same IP

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

[](#installation)

Include the package as dependency under the bower.json file.

To install, either run

```
$ php composer.phar require jlorente/yii2-enhanced-captcha "*"
```

or add

```
...
    "require": {
        // ... other configurations ...
        "jlorente/yii2-enhanced-captcha": "*"
    }
```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

\###Loading the module First at all you have to include the plugin as a module in your config file and bootstrap it.

```
