2017 © Pedro Peláez
 

php re-captcha

reCaptcha 2.0

image

skillaug/re-captcha

reCaptcha 2.0

  • Saturday, June 23, 2018
  • by skillaug
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

reCaptcha

Google reCaptcha 2.0 for PHP, (*1)

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');
}

The Versions

23/06 2018

dev-master

9999999-dev

reCaptcha 2.0

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Avatar skillaug

recaptcha recaptcha 2.0

23/06 2018

v1.0.0

1.0.0.0

reCaptcha 2.0

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Avatar skillaug

recaptcha recaptcha 2.0