2017 © Pedro Peláez
 

yii2-extension yii2-math-captcha

mathСaptcha in yii2

image

lesha724/yii2-math-captcha

mathСaptcha in yii2

  • Monday, April 2, 2018
  • by lesha724
  • Repository
  • 1 Watchers
  • 1 Stars
  • 221 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 65 % Grown

The README.md

math-captcha

виджет math-captcha, (*1)

Пример, (*2)

Установка

Предпочтительным способом установки этого расширения является composer., (*3)

Выполните, (*4)

php composer.phar require --prefer-dist lesha724/yii2-math-captcha "*"

или добавьте, (*5)

"lesha724/yii2-math-captcha": "*"

в блок require в вашем composer.json файле., (*6)

Использование

Как только расширение будет установлено, просто используйте его в своем коде :, (*7)

use yii\web\Controller;

class SiteController extends Controller
{
    public function actions()
    {
        return [
            ...
            'captcha' => [
                'class' => 'lesha724\MathCaptcha\MathCaptchaAction',
                //'imageLibrary'=>'imagick', only 'gd' and 'imagick' 
                'fixedVerifyCode' => YII_ENV_TEST ? '42' : null,
                //не задавайте значение foreColor и backColor (они заполняться случайными цветами)
                //остльные опции http://www.yiiframework.com/doc-2.0/yii-captcha-captchaaction.html
            ],
        ];
    }
}


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

The Versions

02/04 2018

dev-master

9999999-dev

mathСaptcha in yii2

  Sources   Download

MIT

The Requires

 

by Avatar lesha724

extension yii2 widget math-captcha captcha

02/04 2018

v0.1.2

0.1.2.0

mathСaptcha in yii2

  Sources   Download

MIT

The Requires

 

by Avatar lesha724

extension yii2 widget math-captcha captcha

18/08 2017

v0.1.1

0.1.1.0

mathСaptcha in yii2

  Sources   Download

MIT

The Requires

 

by Avatar lesha724

extension yii2 widget math-captcha captcha

18/08 2017

v0.1

0.1.0.0

mathСaptcha in yii2

  Sources   Download

MIT

The Requires

 

by Avatar lesha724

extension yii2 widget math-captcha captcha