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

ActiveLibrary[Security](/categories/security)

creative-delta/recaptcha
========================

A PHP ZendFramework 2.0 (ZF2) - Google ReCAPTCHA Adapter

016PHP

Since Sep 16Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (1)Used By (0)

recaptcha
=========

[](#recaptcha)

A PHP ZF2 - ReCAPTCHA Adapter (Google)

This recaptcha class is used as an adapter to ZF2 default CAPTCHA form element. It provides both form validation and element view rendering.

Two major inputs are a public key and a private key. The public key is the site key, while the private key is the secret. Both keys are acquired from Google.

An example code is as below:

```
        $reCaptcha = new CDReCaptcha(); // This recaptcha class (CDReCaptcha is an alias to ReCaptcha)
        $reCaptcha->setPublicKey($publicKey);
        $reCaptcha->setPrivateKey($privateKey);
        $captchaElement = new Captcha('g-recaptcha-response');
        $captchaElement->setCaptcha($reCaptcha);

```

(The $captchaElement is then added to a form object)

If you need assistance or further improvement of this package, feel free to email me at

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/5516200?v=4)[LE, Duc-Anh](/maintainers/goplan)[@GoPlan](https://github.com/GoPlan)

---

Top Contributors

[![GoPlan](https://avatars.githubusercontent.com/u/5516200?v=4)](https://github.com/GoPlan "GoPlan (20 commits)")

### Embed Badge

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

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

###  Alternatives

[mews/purifier

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

2.0k18.0M137](/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)
