PHPackages                             tyrola/recaptcha - 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. tyrola/recaptcha

AbandonedArchivedLibrary[API Development](/categories/api)

tyrola/recaptcha
================

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

v2.1.0(10y ago)116.6k↓33.3%BSDPHPPHP &gt;=5.3.0

Since Jun 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/BirknerAlex/reCAPTCHA)[ Packagist](https://packagist.org/packages/tyrola/recaptcha)[ Docs](https://github.com/BirknerAlex/reCAPTCHA)[ RSS](/packages/tyrola-recaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (7)Used By (0)

reCaptcha-PHP-5 (v2.0.0)
========================

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

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

[](#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": {
      "tyrola/recaptcha": "v2.1.0"
  }
}

```

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

```
