PHPackages                             no-phpunit/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. no-phpunit/capmonstercloud.client

ActiveLibrary[API Development](/categories/api)

no-phpunit/capmonstercloud.client
=================================

API client for capmonster.cloud

02PHP

Since Jul 12Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)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)

- FunCaptchaTask
- FunCaptchaTaskProxyless
- GeeTestTask
- GeeTestTaskProxyless
- HCaptchaTask
- HCaptchaTaskProxyless
- ImageToTextTask
- RecaptchaV2Task
- RecaptchaV2TaskProxyless
- RecaptchaV3TaskProxyless
- RecaptchaV2EnterpriseTask
- RecaptchaV2EnterpriseTaskProxyless
- TurnstileTask
- TurnstileTaskProxyless
- ComplexImageRecaptcha
- ComplexImageHCaptcha
- ComplexImageFuncaptcha

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![azeriker](https://avatars.githubusercontent.com/u/22576546?v=4)](https://github.com/azeriker "azeriker (5 commits)")[![itigertechno](https://avatars.githubusercontent.com/u/119334306?v=4)](https://github.com/itigertechno "itigertechno (5 commits)")[![gachi-lord](https://avatars.githubusercontent.com/u/76971867?v=4)](https://github.com/gachi-lord "gachi-lord (4 commits)")[![MichaelBa](https://avatars.githubusercontent.com/u/2379297?v=4)](https://github.com/MichaelBa "MichaelBa (3 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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