Skip to content

dextercool/yii2-captcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha With Math Equation

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist mdmsoft/yii2-captcha "1.0.0"

or add

"mdmsoft/yii2-captcha": "1.0.0"

for dev, using

"mdmsoft/yii2-captcha": "1.0.*@dev"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply modify your controler, add or change methode actions():

public function actions()
{
	return [
		...
		'captcha' => [
                'class' => 'mdm\captcha\CaptchaAction',
                'level' => 3, // avaliable level are 1,2,3 :D
            ],
	];
}

screenshot

About

Captcha with math equation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%