Download the PHP package tyrola/recaptcha without Composer
On this page you can find all versions of the php package tyrola/recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package recaptcha
reCaptcha-PHP-5 (v2.0.0)
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:
- download and install the package with
composer install
; - add this line to your application's
index.php
file:
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
All versions of recaptcha with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package tyrola/recaptcha contains the following files
Loading the files please wait ....