PHPackages                             recaptcha/php5-v2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. recaptcha/php5-v2

ActiveLibrary[API Development](/categories/api)

recaptcha/php5-v2
=================

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

v1.1.0(11y ago)067BSDJavaScriptPHP &gt;=5.3.0

Since Jun 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/abaranovskiy/reCaptcha-PHP-5)[ Packagist](https://packagist.org/packages/recaptcha/php5-v2)[ Docs](https://github.com/AlekseyKorzun/reCaptcha-PHP-5)[ RSS](/packages/recaptcha-php5-v2/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

reCaptcha-PHP-5 (v1.1.0)
========================

[](#recaptcha-php-5-v110)

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

- 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
-----

[](#usage)

### Composer install

[](#composer-install)

You can install via composer:

- visit  to install composer on your system;
- create a composer.json file in your project root:

```
{
  "require": {
      "recaptcha/php5": "v1.1.0"
  }
}

```

- download and install the package with `composer install`;
- add this line to your application's `index.php` file:

```
