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

ActiveLibrary[API Development](/categories/api)

luiserp/capmonstercloud-client-php
==================================

API client for capmonster

v1.0.1(1y ago)0348↓77.1%MITPHP

Since Nov 19Pushed 1y agoCompare

[ Source](https://github.com/luiserp/capmonstercloud-client-php)[ Packagist](https://packagist.org/packages/luiserp/capmonstercloud-client-php)[ RSS](/packages/luiserp-capmonstercloud-client-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

PHP Client Library for Zennolab.CapMonster API (Forked)
=======================================================

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

This project is a **fork** of the original CapMonster client library for PHP. The primary modification made in this fork is the addition of **PSR-4 autoloading** to improve usability and compatibility with modern PHP projects. All classes are now namespaced, and the project can be easily integrated using Composer.

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

[](#installation)

To install the library, add it to your project using Composer:

```
composer require luiserp/capmonstercloud-client-php
```

### Usage

[](#usage)

```
use luiserp\CapmonstercloudClientPhp\Client;
use luiserp\CapmonstercloudClientPhp\Captcha\ImageToTextRequest;
use luiserp\CapmonstercloudClientPhp\Captcha\RecaptchaV2Request;
use luiserp\CapmonstercloudClientPhp\Captcha\HCaptchaRequest;

// Initialize the client with your API key
$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";
$hcaptchaRequest = new HCaptchaRequest($websiteUrl, $websiteKey);
$hcaptchaResult = $client->solve($hcaptchaRequest);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

581d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/236692f451c20e5cbdc4523ec7760569e7cadc7c50caa48e073d252b0678c832?d=identicon)[luiserp](/maintainers/luiserp)

---

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)")[![luiserp](https://avatars.githubusercontent.com/u/123122424?v=4)](https://github.com/luiserp "luiserp (8 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/luiserp-capmonstercloud-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/luiserp-capmonstercloud-client-php/health.svg)](https://phpackages.com/packages/luiserp-capmonstercloud-client-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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