skillaug/re-captcha
Composer 安装命令:
composer require skillaug/re-captcha
包简介
reCaptcha 2.0
README 文档
README
Google reCaptcha 2.0 for PHP
Installation
composer require skillaug/re-captcha "1.0.0"
Usage
$secret = 'YOUR_SECRET'; $reCaptcha = new \skillaug\reCaptcha( $secret ); $response = $reCaptcha->verifyResponse(@$_POST["g-recaptcha-response"]); if ( empty( $response ) || $response->success === false ) { die('invalid captcha'); }
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-06-23