Download the PHP package transn/think-tcaptcha without Composer
On this page you can find all versions of the php package transn/think-tcaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download transn/think-tcaptcha
More information about transn/think-tcaptcha
Files in transn/think-tcaptcha
Download transn/think-tcaptcha
More information about transn/think-tcaptcha
Files in transn/think-tcaptcha
Vendor transn
Package think-tcaptcha
Short Description tencent captcha package for thinkphp5
License Apache-2.0
Package think-tcaptcha
Short Description tencent captcha package for thinkphp5
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package think-tcaptcha
think-tcaptcha
thinkphp5 腾讯验证码类库
安装
composer require tj646/think-tcaptcha
使用
在配置扩展目录添加配置文件tcaptcha_config.php填写你的配置参数
<?php
return [
'secret_id' => '***',
'secret_key' => '***'
];
模板里输出验证码
<div>{:tcaptcha('register',320,40,0)}</div>
手动验证
if(!tcaptcha_check($ticket)){
//验证失败
};
All versions of think-tcaptcha with dependencies
PHP Build Version
Package Version
No informations.
The package transn/think-tcaptcha contains the following files
Loading the files please wait ....