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.1(2mo ago)033MITPHPPHP ^8.0

Since Jan 30Pushed 2mo agoCompare

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

READMEChangelog (2)Dependencies (4)Versions (3)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

38

—

LowBetter than 83% of packages

Maintenance88

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

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.

###  Release Activity

Cadence

Every ~94 days

Total

2

Last Release

60d ago

### Community

Maintainers

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

---

Top Contributors

[![AlexPads](https://avatars.githubusercontent.com/u/37447608?v=4)](https://github.com/AlexPads "AlexPads (4 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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