PHPackages                             nebiros/google-simple-recaptcha-client - 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. nebiros/google-simple-recaptcha-client

ActiveLibrary

nebiros/google-simple-recaptcha-client
======================================

Google's Simple reCAPTCHA Client

16PHP

Since Dec 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nebiros/google-simple-recaptcha-client)[ Packagist](https://packagist.org/packages/nebiros/google-simple-recaptcha-client)[ RSS](/packages/nebiros-google-simple-recaptcha-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google's Simple reCAPTCHA Client
================================

[](#googles-simple-recaptcha-client)

Google's simple reCAPTCHA client, this client is just a refactored version of [Google's PHP reCAPTCHA lib](https://github.com/google/ReCAPTCHA/blob/master/php/recaptchalib.php).

Usage
-----

[](#usage)

```
use Nebiros\GoogleSimpleRecaptchaClient\Client as RecaptchaClient;

$recaptchaClient = new RecaptchaClient($recaptchaSecret);
$resp = $recaptchaClient->verifyResponse(
	$_SERVER["REMOTE_ADDR"],
	$_POST["g-recaptcha-response"]
);
```

###  Health Score

20

—

LowBetter than 14% 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://www.gravatar.com/avatar/5f171206d3f4b476fefc214d7cdafcc2204d134bebd392f23f5b61d5d41b1c9d?d=identicon)[nebiros](/maintainers/nebiros)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nebiros-google-simple-recaptcha-client/health.svg)

```
[![Health](https://phpackages.com/badges/nebiros-google-simple-recaptcha-client/health.svg)](https://phpackages.com/packages/nebiros-google-simple-recaptcha-client)
```

PHPackages © 2026

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