2017 © Pedro Peláez
 

library yii-captcha

Yii2 extension captcha

image

choate/yii-captcha

Yii2 extension captcha

  • Tuesday, April 25, 2017
  • by Choate
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2-captcha

增加验证码类型:字母、字符、数字, (*1)

安装

基于composer安装, (*2)

php composer.phar require choate/yii-captcha, (*3)

使用

class DemoController {
    public function actions() {
        return [
            'captcha' => [
                'class' => '\choate\yii\captcha\CaptchaAction',
                'style' => \choate\yii\captcha\CaptchaAction::STYLE_ALPHA
                //'style' => \choate\yii\captcha\CaptchaAction::STYLE_DIGIT
                //'style' => \choate\yii\captcha\CaptchaAction::STYLE_ALNUM
            ],
        ];
    }
}

The Versions

25/04 2017

dev-master

9999999-dev

Yii2 extension captcha

  Sources   Download

BSD

The Requires

 

by Avatar Choate

21/04 2017

1.0.0

1.0.0.0

Yii2 extension captcha

  Sources   Download

BSD

The Requires

 

by Avatar Choate