PHPackages                             skillaug/re-captcha - 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. skillaug/re-captcha

ActivePhp[Security](/categories/security)

skillaug/re-captcha
===================

reCaptcha 2.0

v1.0.0(7y ago)011BSD-3-ClausePHPPHP &gt;=5.3.0

Since Jun 23Pushed 7y agoCompare

[ Source](https://github.com/skillaug/re-captcha)[ Packagist](https://packagist.org/packages/skillaug/re-captcha)[ RSS](/packages/skillaug-re-captcha/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

reCaptcha
---------

[](#recaptcha)

Google reCaptcha 2.0 for PHP

Installation
------------

[](#installation)

```
composer require skillaug/re-captcha "1.0.0"
```

Usage
-----

[](#usage)

```
$secret = 'YOUR_SECRET';

$reCaptcha = new \skillaug\reCaptcha( $secret );

$response = $reCaptcha->verifyResponse(@$_POST["g-recaptcha-response"]);

if ( empty( $response ) || $response->success === false ) {
    die('invalid captcha');
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b47abceb410541c6949f2cf4beb314ddb60a07dc65efa62117566c90245830e8?d=identicon)[skillaug](/maintainers/skillaug)

---

Top Contributors

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

---

Tags

recaptchareCaptcha 2.0

### Embed Badge

![Health badge](/badges/skillaug-re-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/skillaug-re-captcha/health.svg)](https://phpackages.com/packages/skillaug-re-captcha)
```

###  Alternatives

[phelium/recaptcha

reCAPTCHA v2 class

4389.4k](/packages/phelium-recaptcha)[cakephp-fr/recaptcha

To easily use Google Recaptcha (free CAPTCHA service that protect websites from spam and abuse) in CakePHP projects

1419.3k](/packages/cakephp-fr-recaptcha)[cake17/cakephp-recaptcha

\[DEPRECIATED\] Please use https://github.com/cakephp-fr/recaptcha/

1211.0k1](/packages/cake17-cakephp-recaptcha)[phpdevsr/recaptcha-codeigniter4

Free to Use Library reCAPTCHA v2 for Codeigniter 4

101.9k](/packages/phpdevsr-recaptcha-codeigniter4)

PHPackages © 2026

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