2017 © Pedro Peláez
 

library think-captcha

captcha package for thinkphp5

image

topthink/think-captcha

captcha package for thinkphp5

  • Thursday, June 7, 2018
  • by topthink
  • Repository
  • 6 Watchers
  • 56 Stars
  • 64,094 Installations
  • PHP
  • 31 Dependents
  • 0 Suggesters
  • 41 Forks
  • 12 Open issues
  • 14 Versions
  • 21 % Grown

The README.md

think-captcha

thinkphp5 验证码类库, (*1)

安装

composer require topthink/think-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

07/06 2018

dev-master

9999999-dev

captcha package for thinkphp5

  Sources   Download

Apache-2.0

by Avatar yunwuxin

31/12 2017

2.0.x-dev

2.0.9999999.9999999-dev

captcha package for thinkphp5

  Sources   Download

Apache-2.0

The Requires

 

by Avatar yunwuxin

31/12 2017

v2.0.2

2.0.2.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

The Requires

 

by Avatar yunwuxin

16/10 2017

v2.0

2.0.0.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

The Requires

 

by Avatar yunwuxin

16/10 2017

v2.0.1

2.0.1.0

captcha package for thinkphp5

  Sources   Download

Apache-2.0

The Requires

 

by Avatar yunwuxin

15/09 2017

2.0

2.0.0.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