2017 © Pedro Peláez
 

library fashop-captcha

captcha package for fashop

image

hanwenbo/fashop-captcha

captcha package for fashop

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 40 Forks
  • 0 Open issues
  • 10 Versions
  • 11 % Grown

The README.md

fashop-captcha

fashop 验证码类库, (*1)

安装

composer require hanwenbo/fashop-captcha, (*2)

使用

模板里输出验证码

<div>{:captcha_img()}</div>

或者, (*3)

<div><img src="{:captcha_src()}" alt="captcha" /></div>

上面两种的最终效果是一样的, (*4)

控制器里验证

使用TP5的内置验证功能即可, (*5)

$this->validate($data,[
    'captcha|验证码'=>'require|captcha'
]);

或者手动验证, (*6)

if(!captcha_check($captcha)){
 //验证失败
};

The Versions

25/05 2017

dev-master

9999999-dev

captcha package for fashop

  Sources   Download

Apache-2.0

25/05 2017

v1.0.8

1.0.8.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

06/07 2016

v1.0.7

1.0.7.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

30/06 2016

v1.0.6

1.0.6.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

12/06 2016

v1.0.5

1.0.5.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

03/06 2016

v1.0.4

1.0.4.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

12/05 2016

v1.0.3

1.0.3.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

11/05 2016

v1.0.2

1.0.2.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

11/05 2016

v1.0.1

1.0.1.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

11/05 2016

v1.0.0

1.0.0.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin