library fashop-captcha
captcha package for fashop
hanwenbo/fashop-captcha
captcha package for fashop
- PHP
- 0 Dependents
- 0 Suggesters
- 40 Forks
- 0 Open issues
- 10 Versions
- 11 % Grown
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)){
//验证失败
};
dev-master
9999999-dev
captcha package for fashop
Sources
Download
Apache-2.0
v1.0.8
1.0.8.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.7
1.0.7.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.6
1.0.6.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.5
1.0.5.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.4
1.0.4.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.3
1.0.3.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.2
1.0.2.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.1
1.0.1.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin
v1.0.0
1.0.0.0
captcha package for thinkphp5
Sources
Download
Apache-2.0
by
yunwuxin