PHPackages                             jlorente/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jlorente/yii2-enhanced-captcha

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jlorente/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.1(9y ago)24971MITPHP

Since May 5Pushed 9y ago2 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (1)

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.

```
