2017 © Pedro Peláez
 

library recaptcha

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

image

znanylekarz/recaptcha

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

  • Thursday, February 28, 2013
  • by mlebkowski
  • Repository
  • 6 Watchers
  • 1 Stars
  • 4,522 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 28 Forks
  • 0 Open issues
  • 2 Versions
  • 11 % Grown

The README.md

reCaptcha-PHP-5 (v1.1)

A properly coded PHP 5 reCaptcha class that will allow you to interact with Google's reCaptcha API., (*1)

  • 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., (*2)

Usage

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

For people that do not have that setup, you can visit http://getcomposer.org to install composer on your system. After installation simply run composer install in parent directory of this distribution to generate vendor/ directory with a cross system autoloader., (*4)

Please see Examples directory for a simple run down of functionality., (*5)

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, (*6)

The Versions

28/02 2013

dev-master

9999999-dev https://github.com/AlekseyKorzun/reCaptcha-PHP-5

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

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api php captcha google recaptcha

28/02 2013

v1.0.0

1.0.0.0 https://github.com/AlekseyKorzun/reCaptcha-PHP-5

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

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api php captcha google recaptcha