nebiros/google-simple-recaptcha-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nebiros/google-simple-recaptcha-client

Composer 安装命令:

composer require nebiros/google-simple-recaptcha-client

包简介

Google's Simple reCAPTCHA Client

README 文档

README

Google's simple reCAPTCHA client, this client is just a refactored version of Google's PHP reCAPTCHA lib.

Usage

use Nebiros\GoogleSimpleRecaptchaClient\Client as RecaptchaClient;

$recaptchaClient = new RecaptchaClient($recaptchaSecret);
$resp = $recaptchaClient->verifyResponse(
	$_SERVER["REMOTE_ADDR"],
	$_POST["g-recaptcha-response"]
);

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-30