PHPackages                             dazza-dev/captcha-solver - 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. dazza-dev/captcha-solver

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

dazza-dev/captcha-solver
========================

Implementation of anti-captcha.com, capmonster.cloud and capsolver.com

v1.0.0(7mo ago)015↓93.3%1MITPHPPHP &gt;=8.0

Since Nov 29Pushed 7mo agoCompare

[ Source](https://github.com/dazza-dev/captcha-solver)[ Packagist](https://packagist.org/packages/dazza-dev/captcha-solver)[ RSS](/packages/dazza-dev-captcha-solver/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Captcha Solver
==============

[](#captcha-solver)

This package provides a simple and convenient way to solve captchas using different services.

Supported Services
------------------

[](#supported-services)

- `anticaptcha` - api.anti-captcha.com
- `capmonster` - api.capmonster.cloud
- `capsolver` - api.capsolver.com

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

[](#installation)

```
composer require dazza-dev/captcha-solver
```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

Before using the package, you need to configure the captcha solver service and API key.

```
use DazzaDev\CaptchaSolver\CaptchaSolverClient;

$captchaSolver = new CaptchaSolverClient;
$captchaSolver->setService('service-name');
$captchaSolver->setApiKey('your-api-key-here');
```

### Get Balance

[](#get-balance)

```
$balance = $captchaSolver->getBalance();

echo $balance;
```

### Solve reCaptcha V2

[](#solve-recaptcha-v2)

```
$result = $captchaSolver->solveReCaptchaV2(
    websiteUrl: 'website_url',
    websiteKey: 'website_key',
);

echo $result;
```

### Solve reCaptcha V3

[](#solve-recaptcha-v3)

```
$result = $captchaSolver->solveReCaptchaV3(
    websiteUrl: 'website_url',
    websiteKey: 'website_key',
);

echo $result;
```

Contributions
-------------

[](#contributions)

Contributions are welcome. If you find any bugs or have ideas for improvements, please open an issue or send a pull request. Make sure to follow the contribution guidelines.

Author
------

[](#author)

Captcha Solver was created by [DAZZA](https://github.com/dazza-dev).

License
-------

[](#license)

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance64

Regular maintenance activity

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21293561?v=4)[Dazza](/maintainers/dazza-dev)[@dazza-dev](https://github.com/dazza-dev)

---

Top Contributors

[![dazza-dev](https://avatars.githubusercontent.com/u/21293561?v=4)](https://github.com/dazza-dev "dazza-dev (1 commits)")

---

Tags

phprecaptchaanti-captchacapsolverCapmonster

### Embed Badge

![Health badge](/badges/dazza-dev-captcha-solver/health.svg)

```
[![Health](https://phpackages.com/badges/dazza-dev-captcha-solver/health.svg)](https://phpackages.com/packages/dazza-dev-captcha-solver)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21623.4k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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