2017 © Pedro Peláez
 

yii2-extension yii2-captcha

Captcha with math equation

image

mdmsoft/yii2-captcha

Captcha with math equation

  • Thursday, September 8, 2016
  • by mdmunir
  • Repository
  • 5 Watchers
  • 37 Stars
  • 3,667 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 10 Forks
  • 3 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

Captcha With Math Equation

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

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

or add, (*3)

"mdmsoft/yii2-captcha": "~1.0"

to the require section of your composer.json file., (*4)

Usage

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

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

In view, (*6)

=
$form->field($model, 'verifyCode')->widget(Captcha::className(), [
    'template' => '
{image}
{input}
', ]) ?>

screenshot, (*7)

The Versions

08/09 2016

dev-master

9999999-dev

Captcha with math equation

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul D Munir

yii2 captcha math

10/02 2016

1.1

1.1.0.0

Captcha with math equation

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul D Munir

yii2 captcha math

02/11 2014

1.0.1

1.0.1.0

Captcha with math equation

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul D Munir

yii2 captcha math

01/11 2014

1.0.0

1.0.0.0

Captcha with math equation

  Sources   Download

BSD-3-Clause

The Requires

 

by Misbahul D Munir

captcha yii