PHP 谷歌验证 google reCAPTCHA PHP client libraryphp 谷歌验证器
- Project page: http:///recaptcha/
- Repository: https:///google/recaptcha
- Version: 1.1.1
- License: BSD, see LICENSE
Description
reCAPTCHA is a free CAPTCHA service that protect websites from spam and abuse. This is Google authored code that provides plugins for third-party integration with reCAPTCHA.
Manual installation
If you wish to install the library manually (i.e. without Composer), an autoloader is provided assrc/autoload.php. You can require it in your script instead of the usual vendor/autoload.phpcreated by Composer. For example,
require('/path/to/recaptcha/autoload.php'); $recaptcha = new \ReCaptcha\ReCaptcha($secret); // etc.Usage
First, register keys for your site at https:///recaptcha/admin
When your app receives a form submission containing the g-recaptcha-response field, you can verify it using:
<?php $recaptcha = new \ReCaptcha\ReCaptcha($secret); $resp = $recaptcha->verify($gRecaptchaResponse, $remoteIp); if ($resp->isSuccess()) { // verified! } else { $errors = $resp->getErrorCodes(); }
You can see an end-to-end working example in examples/example-captcha.php
项目地址:https:///google/recaptcha
下载:recaptcha-master
php mcrypt的安装-注意php路径php mcrypt
php扩展编译,又遇“PHP Startup: Invalid library (maybe not a PHP library)”PHP 扩展
谷歌云服务器:香港谷歌云服务器多少钱一年?,google云服务器价格
解决:cannot execute binary filecannot execute binary file
[PHP问题]PHP Warning: PHP Startup: Unable to load dynamic library ‘C:/AppServ\php5php基础问题
解决 Microsoft Online Directory Services 中的 DirectoryValueExistsException 错误的方法
云服务器搭建Typecho个人博客网站,保姆级建站教程,网站搭建教程,typecho插件仓库插件testore1.1.5