PHPackages                             enzonix/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. enzonix/captcha

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

enzonix/captcha
===============

Enzonix captcha verification client

v1.0(3mo ago)03MITPHPPHP ^8.0

Since Jan 30Pushed 3mo agoCompare

[ Source](https://github.com/Enzonix-LLC/captcha-php)[ Packagist](https://packagist.org/packages/enzonix/captcha)[ RSS](/packages/enzonix-captcha/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Enzonix Captcha PHP Client
==========================

[](#enzonix-captcha-php-client)

A small, lightweight PHP client for verifying captcha tokens against Enzonix's verification endpoint (`https://verify.enzonix.com`).

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

[](#installation)

Require the package with Composer:

```
composer require enzonix/captcha
```

Usage
-----

[](#usage)

```
use Enzonix\Captcha\CaptchaClient;

$client = new CaptchaClient(getenv('ENZONIX_SECRET'));
$response = $client->verify($_POST['captcha_token'] ?? '');

if ($response->isSuccess()) {
    // accepted
    $score = $response->getScore();
} else {
    $errors = $response->getErrors();
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance79

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

109d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e463b0c52194a9c12aaff058862c4f4f40ccbd98a729ee27ea45f18f3c4da75?d=identicon)[AlexPads](/maintainers/AlexPads)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[robertogallea/laravel-codicefiscale

Codice fiscale validation for php/laravel

58151.6k1](/packages/robertogallea-laravel-codicefiscale)[speelpenning/laravel-postcode-nl

A Laravel client using the Postcode.eu REST API for Dutch address verification.

1221.1k](/packages/speelpenning-laravel-postcode-nl)

PHPackages © 2026

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