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

ActiveLibrary[API Development](/categories/api)

brenoleite8/capmonstercloud.client
==================================

API client for capmonster.cloud

074PHP

Since Feb 1Pushed 2y agoCompare

[ Source](https://github.com/brenoleite8/capmonster-php)[ Packagist](https://packagist.org/packages/brenoleite8/capmonstercloud.client)[ RSS](/packages/brenoleite8-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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity19

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/23b42430294e1918eb0368868e748b7efb5c8fbd8a66ceec132dc81f98f6d99c?d=identicon)[brenoleite8](/maintainers/brenoleite8)

---

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 (12 commits)")[![brenoleite8](https://avatars.githubusercontent.com/u/71729212?v=4)](https://github.com/brenoleite8 "brenoleite8 (11 commits)")[![gachi-lord](https://avatars.githubusercontent.com/u/76971867?v=4)](https://github.com/gachi-lord "gachi-lord (4 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/brenoleite8-capmonstercloudclient/health.svg)](https://phpackages.com/packages/brenoleite8-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)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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