PHPackages                             phpninjas/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. [Security](/categories/security)
4. /
5. phpninjas/recaptcha

ActiveLibrary[Security](/categories/security)

phpninjas/recaptcha
===================

PHP Library to support Google captcha.

v0.3.0(11y ago)23.1k2ApachePHPPHP &gt;=5.4.0

Since Dec 4Pushed 8y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

I'M NOT A ROBOT
===============

[](#im-not-a-robot)

ReCaptcha is a free CAPTCHA service that protect websites from spam and abuse. This provides plugins for third-party integration with ReCAPTCHA.

This supports the latest Google ReCaptcha with the "I'm not a robot" tickbox.

Installation
============

[](#installation)

Composer is used for installation.

```
curl -s https://getcomposer.org/installer | php
php composer.phar install
```

Your composer.json file should look like this:

```
{
  require: {
    "phpninjas/recaptcha": "~0.3"
  }
}
```

Example
=======

[](#example)

To load the ReCaptcha on your page.

```

```

To verify the captcha at server side.

```
