PHPackages                             crawly/captcha-breaker - 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. [Security](/categories/security)
4. /
5. crawly/captcha-breaker

ActiveLibrary[Security](/categories/security)

crawly/captcha-breaker
======================

A library meant to assist with breaking captchas, using various providers

v1.23.0(9mo ago)06.7k↓32.1%MITPHPPHP &gt;=7.2CI passing

Since Aug 13Pushed 9mo ago4 watchersCompare

[ Source](https://github.com/crawly/captcha-breaker)[ Packagist](https://packagist.org/packages/crawly/captcha-breaker)[ RSS](/packages/crawly-captcha-breaker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (44)Used By (0)

CaptchaBreaker
==============

[](#captchabreaker)

Lib for captcha break

Supported providers:

- [AntiCaptcha](https://anti-captcha.com/)
- [CapMonster](https://capmonster.cloud/)

Install
-------

[](#install)

`composer require crawly/captcha-breaker`

Usage
-----

[](#usage)

### Image Captcha

[](#image-captcha)

```
$clientKey = '0cc175b9c0f1b6a831c399e269772661';
$base64Image = 'MTExMTExMTEx';

$imageToText = new ImageToText($clientKey, $base64Image);
$text = $imageToText->solve(); // deditur

```

### Math Captcha

[](#math-captcha)

```
$clientKey = '0cc175b9c0f1b6a831c399e269772661';
$base64Image = 'MTExMTExMTEx';

$imageToText = new ImageToText($clientKey, $base64Image, null, false, false, 1, true);
$text = $imageToText->solve(); // 56

```

### NoCaptcha

[](#nocaptcha)

```
$clientKey = '0cc175b9c0f1b6a831c399e269772661';
$websiteURL = 'http://test.org';
$websiteKey = '6Lc_aCMTAAAAABx7u2N0D1XnVbI_v6ZdbM6rYf16';

$imageToText = new NoCaptcha($clientKey, $websiteURL, $websiteKey);
$text = $imageToText->solve(); // 3AHJ_VuvYIBNBW5yyv0zRYJ75VkOKvhKj9_xGBJKnQimF72rfoq3Iy-DyGHMwLAo6a3

```

### ReCaptchaV3

[](#recaptchav3)

```
$clientKey = '0cc175b9c0f1b6a831c399e269772661';
$websiteURL = 'http://test.org';
$websiteKey = '6Lc_aCMTAAAAABx7u2N0D1XnVbI_v6ZdbM6rYf16';

$imageToText = new ReCaptchaV3($clientKey, $websiteURL, $websiteKey, 'myverify', ReCaptchaV3::MIN_SCORE_0_7);
$text = $imageToText->solve(); // 3AHJ_VuvYIBNBW5yyv0zRYJ75VkOKvhKj9_xGBJKnQimF72rfoq3Iy-DyGHMwLAo6a3

```

Log
---

[](#log)

[PSR Log](https://github.com/php-fig/log) support

```
$clientKey = '0cc175b9c0f1b6a831c399e269772661';
$base64Image = 'MTExMTExMTEx';

$imageToText = new ImageToText($clientKey, $base64Image, $logger);
$text = $imageToText->solve(); // deditur

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance57

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 61.9% 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 ~84 days

Total

27

Last Release

287d ago

Major Versions

v0.1.0 → v1.0.02019-09-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/4343df4adee634d5953da73aa5b61e4af61dbd37bf4e97449240c8a32c142dc5?d=identicon)[augustohp](/maintainers/augustohp)

![](https://www.gravatar.com/avatar/67a9373bd6218e10eaa1941dd01ec5ea1299d4534870e5c88722ec978f658f9d?d=identicon)[naroga](/maintainers/naroga)

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

![](https://www.gravatar.com/avatar/8d63b7ea92a6780f2c97f09c61309d2a946dd1296bc40ad18748fef5b4e60faf?d=identicon)[svndev](/maintainers/svndev)

![](https://avatars.githubusercontent.com/u/3705263?v=4)[Samuel Moraes](/maintainers/SamuelMoraesF)[@SamuelMoraesF](https://github.com/SamuelMoraesF)

![](https://www.gravatar.com/avatar/30ee2e5815c88e6dc1ec0f5dcfa98a282840dc34fba51a3a6cf2620e3ae49692?d=identicon)[danielcrawly](/maintainers/danielcrawly)

---

Top Contributors

[![Tagliatti](https://avatars.githubusercontent.com/u/4907036?v=4)](https://github.com/Tagliatti "Tagliatti (26 commits)")[![SamuelMoraesF](https://avatars.githubusercontent.com/u/3705263?v=4)](https://github.com/SamuelMoraesF "SamuelMoraesF (7 commits)")[![naroga](https://avatars.githubusercontent.com/u/3511149?v=4)](https://github.com/naroga "naroga (5 commits)")[![CarlosHenriqueDamasceno](https://avatars.githubusercontent.com/u/40641191?v=4)](https://github.com/CarlosHenriqueDamasceno "CarlosHenriqueDamasceno (2 commits)")[![jlcd](https://avatars.githubusercontent.com/u/232178?v=4)](https://github.com/jlcd "jlcd (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/crawly-captcha-breaker/health.svg)

```
[![Health](https://phpackages.com/badges/crawly-captcha-breaker/health.svg)](https://phpackages.com/packages/crawly-captcha-breaker)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.4k37.3k](/packages/matomo-matomo)[acmephp/core

Raw implementation of the ACME protocol in PHP

38973.7k7](/packages/acmephp-core)[dgtlss/warden

A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email

8745.6k](/packages/dgtlss-warden)[perimeterx/php-sdk

PerimeterX SDK for PHP

1885.2k](/packages/perimeterx-php-sdk)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[nickurt/laravel-pwned-passwords

PwnedPasswords for Laravel 11.x/12.x/13.x

187.5k](/packages/nickurt-laravel-pwned-passwords)

PHPackages © 2026

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