PHPackages                             letraceursnork/sdkaptcha - 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. letraceursnork/sdkaptcha

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

letraceursnork/sdkaptcha
========================

Unofficial SDK bundle for different external CAPTCHA providers

v1.2.0(5mo ago)11.4k↑19%[1 issues](https://github.com/LeTraceurSnorkLibrary/SDKaptcha/issues)MITPHPPHP &gt;=5.5CI passing

Since Jul 11Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/LeTraceurSnorkLibrary/SDKaptcha)[ Packagist](https://packagist.org/packages/letraceursnork/sdkaptcha)[ RSS](/packages/letraceursnork-sdkaptcha/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (10)Versions (5)Used By (0)

SDKaptcha
=========

[](#sdkaptcha)

[![Coverage Status](https://camo.githubusercontent.com/220a43db587a07fde6b9a6c83e362ac561e869afc212bc43031dac3fcf76a8a9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4c6554726163657572536e6f726b4c6962726172792f756e6f6666696369616c2d636170746368612d73646b2f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/LeTraceurSnorkLibrary/unofficial-captcha-sdk?branch=main)

Unofficial SDK for different Captcha external providers

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

[](#installation)

```
composer require letraceursnork/sdkaptcha
```

Usage example
-------------

[](#usage-example)

As described [in this proposed CaptchaInterface](https://github.com/LeTraceurSnork/letraceursnork-captcha-verifier), all of provided Captcha verifiers share common interface and their basic simple usage is:

```
// first we get User's token `token` from, say, front-end
$token = 'User token from front-end';

$secret_recaptcha_key = 'recaptcha-secret-token';
$recaptcha = new \LeTraceurSnork\SDKaptcha\ReCaptcha\ReCaptcha($secret_recaptcha_key);
$recaptcha_response = $recaptcha->verify($token);
if ($recaptcha_response->isSuccess()) {
    // ... ReCaptcha successfully passed
}

$secret_hcaptcha_key = 'hcaptcha-secret-token';
$hcaptcha = new \LeTraceurSnork\SDKaptcha\HCaptcha\HCaptcha($secret_hcaptcha_key);
$hcaptcha_response = $hcaptcha->verify($token);
if ($hcaptcha_response->isSuccess()) {
    // ... hCaptcha successfully passed
}

$secret_smartcaptcha_key = 'smart-captcha-secret-token';
$smart_captcha = new \LeTraceurSnork\SDKaptcha\SmartCaptcha\SmartCaptcha($secret_smartcaptcha_key);
$smartcaptcha_response = $smart_captcha->verify($token);
if ($smartcaptcha_response->isSuccess()) {
    // ... Smart Captcha successfully passed
}

// ... you got the idea
// Please see basic interface for details
// ... or see specific Captcha verifier for specific details, especially their inner fields, like getScore() for ReCaptcha
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance51

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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 ~64 days

Total

4

Last Release

163d ago

### Community

Maintainers

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

---

Top Contributors

[![LeTraceurSnork](https://avatars.githubusercontent.com/u/11344267?v=4)](https://github.com/LeTraceurSnork "LeTraceurSnork (10 commits)")[![LeTraceurSnork-Sanctioned](https://avatars.githubusercontent.com/u/219690840?v=4)](https://github.com/LeTraceurSnork-Sanctioned "LeTraceurSnork-Sanctioned (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.5M9](/packages/chargebee-chargebee-php)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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