定制 tyrola/recaptcha 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

tyrola/recaptcha

最新稳定版本:v2.1.0

Composer 安装命令:

composer require tyrola/recaptcha

包简介

A properly coded PHP 5 reCaptcha class that will allow you to interact with Google's reCaptcha API v2.

README 文档

README

A properly coded PHP 5 reCaptcha class that will allow you to interact with Google's reCaptcha API v2.

  • 100% phpDocumentator 2 code coverage
  • 100% PSR-2 code coverage
  • Composer friendly package

Feel free to extend and modify it to fit your frameworks / applications needs.

Usage

Composer install

You can install via composer:

  • visit http://getcomposer.org to install composer on your system;
  • create a composer.json file in your project root:
{
  "require": {
      "tyrola/recaptcha": "v2.1.0"
  }
}
  • download and install the package with composer install;
  • add this line to your application's index.php file:
<?php
require 'vendor/autoload.php';

Manual install

If you have your own autoloader, simply update namespaces and drop the files into your frameworks library.

Please see Examples directory for a simple run down of functionality.

Notes

  • The functionality is based on $_POST requests by default, you can modify it (fairly easy) to take $_GET or whatever you want instead.
  • It will always send remote address from $_SERVER['REMOTE_ADDR'] variable if you are behind Vagrant/etc, please update it (or write a setter to set remote address on the fly :))

About

See: http://www.google.com/recaptcha/learnmore

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD
  • 更新时间: 2015-01-17