PHPackages                             neverbehave/hcaptcha - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. neverbehave/hcaptcha

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

neverbehave/hcaptcha
====================

Wrapper of hcaptcha

0.0.3(4y ago)43.5k61MITPHP

Since Apr 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/NeverBehave/php-hcaptcha)[ Packagist](https://packagist.org/packages/neverbehave/hcaptcha)[ Docs](https://github.com/neverbehave/hcaptcha)[ RSS](/packages/neverbehave-hcaptcha/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)DependenciesVersions (4)Used By (1)

PHP HCaptcha
============

[](#php-hcaptcha)

Server side verification package

Quick Start
-----------

[](#quick-start)

1. Require Package

```
composer require neverbehave/hcaptcha
```

2. Create an instance

```
$hcaptcha = new neverbehave\Hcaptcha('Your API KEY');

// Generate Challenge
// Instance of HcaptchaResponse
$client_challenge1 = $hcaptcha->challenge('Response');
$client_challenge2 = $hcaptcha->challenge('Another Response', 'Client IP');

// Read Result
if ($client_challenge1->isSuccess()) {
    // Do Something
} else {
    // Read Error
    $client_challenge1->getErrors();
}

// Get Raw Response
$client_challenge2->getRaw();
```

Reference
---------

[](#reference)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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

Every ~245 days

Total

3

Last Release

1747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fe1f64c9f0fbb2fb41777ed404e9082e7ed499221efba78712e884248aa4323?d=identicon)[NeverBehave](/maintainers/NeverBehave)

---

Top Contributors

[![NeverBehave](https://avatars.githubusercontent.com/u/17120571?v=4)](https://github.com/NeverBehave "NeverBehave (8 commits)")[![rtournoy](https://avatars.githubusercontent.com/u/3829967?v=4)](https://github.com/rtournoy "rtournoy (1 commits)")

---

Tags

captchahcaptchaphpwrapperhcaptcha

### Embed Badge

![Health badge](/badges/neverbehave-hcaptcha/health.svg)

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

###  Alternatives

[deemru/waveskit

Waves Platform Development Kit

243.7k5](/packages/deemru-waveskit)[clickpress/contao-clickpress-grid

Grid System for Contao based on CSS Grid

146.0k](/packages/clickpress-contao-clickpress-grid)[destinylab/swetest

The simple wrapper of swisseph library's swetest

221.6k](/packages/destinylab-swetest)

PHPackages © 2026

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