2017 © Pedro Peláez
 

yii2-extension yii2-captcha

The My diy captcha for the Yii framework 2.0

image

hyman-ren/yii2-captcha

The My diy captcha for the Yii framework 2.0

  • Friday, March 31, 2017
  • by hyman-ren
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

This is My diy captcha for the Yii framework 2.0 我自己定制的Yii2.0验证码

install 安装

composer require hyman-ren/yii2-captcha, (*1)

demo

    public function actions()
    {
        return [
            'captcha' => [
                'class' => 'hyman\captcha\MyCaptchaAction',
                'fixedVerifyCode' => null,
                'height' => 40,
                'width' => 100,
                'padding' => 5,
                'minLength' => 4,
                'maxLength' => 4,
                'transparent' => false,
            ],
        ];
    }

The Versions

31/03 2017

dev-master

9999999-dev

The My diy captcha for the Yii framework 2.0

  Sources   Download

MIT

The Requires

 

by hyman

yii2 captcha

31/03 2017

0.1.0

0.1.0.0

The My diy captcha for the Yii framework 2.0

  Sources   Download

MIT

The Requires

 

by hyman

yii2 captcha