PHPackages                             zennolab/capmonstercloud.client - 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. [API Development](/categories/api)
4. /
5. zennolab/capmonstercloud.client

ActiveLibrary[API Development](/categories/api)

zennolab/capmonstercloud.client
===============================

API client for capmonster.cloud

v1.3.5(2y ago)27815[1 issues](https://github.com/ZennoLab/capmonstercloud-client-php/issues)PHP

Since Mar 23Pushed 1y agoCompare

[ Source](https://github.com/ZennoLab/capmonstercloud-client-php)[ Packagist](https://packagist.org/packages/zennolab/capmonstercloud.client)[ RSS](/packages/zennolab-capmonstercloudclient/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Php client library for Zennolab.CapMonster api
==============================================

[](#php-client-library-for-zennolabcapmonster-api)

#### Usage

[](#usage)

```
    include './client/Client.php';
    include './client/src/captcha/ImageToText.php';
    include './client/src/captcha/RecaptchaV2.php';
    include './client/src/captcha/HCaptcha.php';

    $client = new Client("your_client_key");

    //solve image captcha
    $body = "base64_captcha_image";
    $imageRequest = new ImageToTextRequest($body);
    $imageResult = $client->solve($imageRequest);

    //solve Recaptcha 2 (without proxy)
    $websiteURL = "https://lessons.zennolab.com/captchas/recaptcha/v2_simple.php?level=high";
    $websiteKey = "6Lcg7CMUAAAAANphynKgn9YAgA4tQ2KI_iqRyTwd";
    $recaptchaV2Request = new RecaptchaV2Request($websiteURL, $websiteKey);
    $recaptchaV2Result = $client->solve($recaptchaV2Request);

    // solve HCaptcha (without proxy)
    $websiteUrl = "https://lessons.zennolab.com/captchas/hcaptcha/?level=easy";
    $websiteKey = "472fc7af-86a4-4382-9a49-ca9090474471";
    $hcatpchaRequest = new HCaptchaRequest($websiteURL, $websiteKey);
    $hcaptchaResult = $client->solve($hcatpchaRequest);
```

#### Response format

[](#response-format)

The result of the solve method always contains two fields: bool result, a request success indicator, and a mixed message field containing a text description of the error or an object of a successful response from the server.

#### Supported captchas

[](#supported-captchas)

- [GeeTestProxylessRequest](https://zenno.link/doc-geetest-en)
- [GeeTestRequest](https://zenno.link/doc-geetest-proxy-en)
- [HCaptchaProxylessRequest](https://zenno.link/doc-hcaptcha-en)
- [HCaptchaRequest](https://zenno.link/doc-hcaptcha-proxy-en)
- [ImageToTextRequest](https://zenno.link/doc-ImageToTextTask-en)
- [RecaptchaV2ProxylessRequest](https://zenno.link/doc-recaptcha2-en)
- [RecaptchaV2Request](https://zenno.link/doc-recaptcha2-proxy-en)
- [RecaptchaV3ProxylessRequest](https://zenno.link/doc-recaptcha3-en)
- [RecaptchaV2EnterpriseProxylessRequest](https://zenno.link/doc-recaptcha2e-en)
- [RecaptchaV2EnterpriseRequest](https://zenno.link/doc-recaptcha2e-proxy-en)
- [TurnstileProxylessRequest](https://zenno.link/doc-turnstile-en)
- [TurnstileRequest](https://zenno.link/doc-turnstile-proxy-en)
- [RecaptchaComplexImageTaskRequest](https://zenno.link/doc-complextask-rc-en)
- [HcaptchaComplexImageTaskRequest](https://zenno.link/doc-complextask-hc-en)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~28 days

Recently: every ~3 days

Total

7

Last Release

981d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bed1ba42fb97c1f24984ce3ec55430fe95529761667c355b62477e4056030d13?d=identicon)[zennolab](/maintainers/zennolab)

---

Top Contributors

[![itigertechno](https://avatars.githubusercontent.com/u/119334306?v=4)](https://github.com/itigertechno "itigertechno (17 commits)")[![azeriker](https://avatars.githubusercontent.com/u/22576546?v=4)](https://github.com/azeriker "azeriker (13 commits)")[![gachi-lord](https://avatars.githubusercontent.com/u/76971867?v=4)](https://github.com/gachi-lord "gachi-lord (4 commits)")[![NadezhdaSavina](https://avatars.githubusercontent.com/u/160016626?v=4)](https://github.com/NadezhdaSavina "NadezhdaSavina (1 commits)")

### Embed Badge

![Health badge](/badges/zennolab-capmonstercloudclient/health.svg)

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

PHPackages © 2026

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