PHPackages                             gladyshev/anticaptcha-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gladyshev/anticaptcha-client

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

gladyshev/anticaptcha-client
============================

Modern, convenient and full featured anti-captcha.com client library.

v2.0.0(4y ago)74.3kMITPHPPHP ^8.0

Since Sep 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/gladyshev/anticaptcha-client)[ Packagist](https://packagist.org/packages/gladyshev/anticaptcha-client)[ RSS](/packages/gladyshev-anticaptcha-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

anticaptcha-client
==================

[](#anticaptcha-client)

Powerful and easy [anti-captcha.com](http://getcaptchasolution.com/djbj8qnktb) API wrapper.

[![Build Status](https://camo.githubusercontent.com/f11af91cffb85495a45ba521f95197645c50c6ee84808fa30ab209ef354d3489/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676c616479736865762f616e7469636170746368612d636c69656e742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gladyshev/anticaptcha-client/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8c075651d97ab13b31b0f768c82eb1cb1915799d9645aeda90d31038048595be/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676c616479736865762f616e7469636170746368612d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gladyshev/anticaptcha-client/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/3b682ad2a6247eb93aae5abd5988b237c3525a5bfe15f5639846ebdd1e33940d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676c616479736865762f616e7469636170746368612d636c69656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gladyshev/anticaptcha-client/?branch=master)

### Install

[](#install)

```
$ composer require gladyshev/anticaptcha-client
```

or

```
"require": {
  ...
  "gladyshev/anticaptcha-client": "^2.0"
  ...
}
```

### Examples

[](#examples)

More examples in [examples](/examples) folder.

```
$configuration = new \Anticaptcha\Configuration(
    getenv('__ANTICAPTCHA_KEY__')
);

// PSR-18 HTTP-client
$httpClient = new \GuzzleHttp\Client();

$client = new \Anticaptcha\Client(
    $configuration,
    $httpClient
);

$result = $client->resolveImage(__DIR__.'/data/captcha.png');

var_dump($result->solution);

/*
array(2) {
  ["text"]=>
  string(14) "замочка"
  ["url"]=>
  string(43) "http://69.39.235.18/510/164683106482493.gif"
}
*/
```

The library strictly follows the API documentation, so full features can be found by looking at the [official documentation](https://anti-captcha.com/apidoc) of the service.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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

Every ~820 days

Total

3

Last Release

1572d ago

Major Versions

v1.0.1 → v2.0.02022-03-10

PHP version history (2 changes)v1.0.0PHP &gt;=5.6

v2.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3429161?v=4)[Dmitry Gladyshev](/maintainers/gladyshev)[@gladyshev](https://github.com/gladyshev)

---

Top Contributors

[![MrDavidChz](https://avatars.githubusercontent.com/u/34451939?v=4)](https://github.com/MrDavidChz "MrDavidChz (1 commits)")

---

Tags

anti-captchaanticaptchacaptchaanticaptchaanti-captchaanti-captcha.comantigateantianti-gate

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gladyshev-anticaptcha-client/health.svg)

```
[![Health](https://phpackages.com/badges/gladyshev-anticaptcha-client/health.svg)](https://phpackages.com/packages/gladyshev-anticaptcha-client)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35729.6k2](/packages/telnyx-telnyx-php)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3845.9M26](/packages/gotenberg-gotenberg-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)

PHPackages © 2026

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