PHPackages                             hectordev15/anticaptchasolver - 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. hectordev15/anticaptchasolver

ActiveLibrary

hectordev15/anticaptchasolver
=============================

a library based on anticaptcha-php by Anti-Captcha.com

v2.1(6y ago)015.2kMITPHPPHP &gt;=7.0.0

Since Apr 3Pushed 6y agoCompare

[ Source](https://github.com/HectorDev15/anticaptchasolver)[ Packagist](https://packagist.org/packages/hectordev15/anticaptchasolver)[ RSS](/packages/hectordev15-anticaptchasolver/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Libreria php para resolver Captcha usando el servicio de Anti-Captcha ()
==================================================================================================

[](#libreria-php-para-resolver-captcha-usando-el-servicio-de-anti-captcha-httpsanti-captchacom)

nota: para el uso de esta libreria necesitas estar registrado y poseer un balance positivo.

Instalacion
===========

[](#instalacion)

```
composer require hectordev15/anticaptchasolver
```

Imagen a texto
==============

[](#imagen-a-texto)

```
$client = new \AntiCaptchaSolver\Client('Tu API Key');
```

Convertir la imagen a base64

```
$image = $client->image_url_to_base64('http://url-to-captcha-image');
```

Crear Nueva tarea de Solvin Captcha

```
$result = $client->solveCaptcha($image);
```

Esperar el resultado

```
echo $result
```

Solucionando Recaptcha
======================

[](#solucionando-recaptcha)

```
$client = new \AntiCaptchaSolver\Client('Tu API Key');
```

Declarar el array con los datos necesarios

```
$options =
[
    'websiteURL' => 'URL del sitio con recaptcha',
    'websiteKey' => 'Key de Recaptcha',
];
```

Crear Nueva tarea

```
$result = $client->solveNoCaptcha($options);
```

Esperar el resultado

```
echo $result
```

Enviando Recaptcha
==================

[](#enviando-recaptcha)

```
$client = new \AntiCaptchaSolver\Client('Tu API Key');
```

Declarar el array con los datos necesarios

```
$options =
[
    'websiteURL' => 'URL del sitio con recaptcha',
    'websiteKey' => 'Key de Recaptcha',
];
```

Crear Nueva tarea

```
$result = $client->sendNoCaptcha($options);
```

El resultado es el ID de la solicitud al servicio

```
echo $result
```

Obteniendo Recaptcha Result
===========================

[](#obteniendo-recaptcha-result)

```
$client = new \AntiCaptchaSolver\Client('Tu API Key');
```

enviar el ID con el id de tu solicitud

```
echo $client->takeNoCaptcha('Tu ID');
```

Para Obtener el siteKey
=======================

[](#para-obtener-el-sitekey)

Ubica la siguiente etiqueta HTMl en el sitio

```

```

Mas Informacion Documentacion de anti-captcha :

Este repositorio es basado

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Every ~24 days

Total

3

Last Release

2544d ago

Major Versions

V1.0 → v2.02019-04-08

### Community

Maintainers

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

---

Top Contributors

[![HectorDev15](https://avatars.githubusercontent.com/u/26526093?v=4)](https://github.com/HectorDev15 "HectorDev15 (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hectordev15-anticaptchasolver/health.svg)

```
[![Health](https://phpackages.com/badges/hectordev15-anticaptchasolver/health.svg)](https://phpackages.com/packages/hectordev15-anticaptchasolver)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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