PHPackages                             letraceursnork/captcha-verifier - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. letraceursnork/captcha-verifier

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

letraceursnork/captcha-verifier
===============================

Common interface for CAPTCHA verification libraries

v0.1.0(10mo ago)01.3k↓50%1MITPHP

Since Jun 25Pushed 10mo agoCompare

[ Source](https://github.com/LeTraceurSnork/letraceursnork-captcha-verifier)[ Packagist](https://packagist.org/packages/letraceursnork/captcha-verifier)[ Docs](https://github.com/LeTraceurSnork/psr-captcha-verifier)[ RSS](/packages/letraceursnork-captcha-verifier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

PSR Captcha
===========

[](#psr-captcha)

This repository contains all the interfaces related to proposed PSR CaptchaVerifierInterface

Discussion
----------

[](#discussion)

- [PHP-FIG repo PR](https://github.com/php-fig/fig-standards/pull/1330)

Intendend usage
---------------

[](#intendend-usage)

```
class SpecificCaptchaVerifier implements \LeTraceurSnork\Captcha\CaptchaVerifierInterface
{
    // some implementation here
}

$captcha_verifier = new SpecificCaptchaVerifier('CAPTCHA_SECRET_KEY');
$captcha_response = $captcha_verifier->verify('user_token');
if ($captcha_response->isSuccess()) {
    // ... Captcha successfully passed
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance53

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

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

328d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8626d285a2c7ac7cd4f72d196cf4b3685f214bf3561faaa9be4596c21ed95db7?d=identicon)[LeTraceurSnork](/maintainers/LeTraceurSnork)

---

Tags

psrcaptcha

### Embed Badge

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

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

###  Alternatives

[psr/container

Common Container Interface (PHP FIG PSR-11)

10.0k1.0B3.7k](/packages/psr-container)[psr/clock

Common interface for reading the clock.

642332.9M343](/packages/psr-clock)[lctrs/psalm-psr-container-plugin

Let Psalm understand better psr11 containers

17648.1k13](/packages/lctrs-psalm-psr-container-plugin)[mayflower/mo4-coding-standard

PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards.

17508.3k5](/packages/mayflower-mo4-coding-standard)

PHPackages © 2026

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