Skip to content

My diy captcha for the Yii framework 2.0 我的Yii2.0验证码

Notifications You must be signed in to change notification settings

hyman-ren/yii2-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

install 安装

composer require hyman-ren/yii2-captcha

demo

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

About

My diy captcha for the Yii framework 2.0 我的Yii2.0验证码

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages