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

ActiveLibrary[Security](/categories/security)

harvyde/recaptcha
=================

A ReCaptcha plugin for CakePHP, Croogo

17PHP

Since Jan 16Pushed 10y ago2 watchersCompare

[ Source](https://github.com/harvyde/recaptcha)[ Packagist](https://packagist.org/packages/harvyde/recaptcha)[ RSS](/packages/harvyde-recaptcha/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

recaptcha
=========

[](#recaptcha)

ReCaptcha Plugin for CakePHP and Croogo, based on google re-captcha

Instalation
-----------

[](#instalation)

Clone this repo into your plugins directory into your CakePHP / Croogo project.

cd /path/to/your/cake/project/plugins git clone

Visit  to add your site to google recaptcha. Visit  for more details

Create following two settings into CakePHP, with the value api keys from google recaptcha

```
ReCaptcha.siteKey
ReCaptcha.secretKey

//update the required controller file to load the component
public $components = array(
'ReCaptcha.Recaptcha',
);

```

Edit the bootstrap file, ususally located at path app/Config/bootstrap.php and append this line to load ReCaptcha plugin CakePlugin::load('ReCaptcha', array('bootstrap' =&gt; false, 'routes' =&gt; false));

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/877e033794b805e0120c7d16c49fccf0d80481242828a3bd1607256b6d8d5a21?d=identicon)[harvyde](/maintainers/harvyde)

---

Top Contributors

[![harvyde](https://avatars.githubusercontent.com/u/6551190?v=4)](https://github.com/harvyde "harvyde (10 commits)")

### Embed Badge

![Health badge](/badges/harvyde-recaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/harvyde-recaptcha/health.svg)](https://phpackages.com/packages/harvyde-recaptcha)
```

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.0M134](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24772.0k35](/packages/paragonie-ecc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
