PHPackages                             juniorb2ss/deathbycaptcha-php-sdk - 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. [Framework](/categories/framework)
4. /
5. juniorb2ss/deathbycaptcha-php-sdk

ActiveLibrary[Framework](/categories/framework)

juniorb2ss/deathbycaptcha-php-sdk
=================================

With Death by Captcha you can solve any CAPTCHA. All you need to do is implement our API, pass us your CAPTCHAs and we’ll return the text. It’s that easy!

1.1.1(8y ago)619.2k2[1 issues](https://github.com/juniorb2ss/deathbycaptcha-php-sdk/issues)[2 PRs](https://github.com/juniorb2ss/deathbycaptcha-php-sdk/pulls)MITPHPPHP ^7.0CI failing

Since Aug 9Pushed 5y ago2 watchersCompare

[ Source](https://github.com/juniorb2ss/deathbycaptcha-php-sdk)[ Packagist](https://packagist.org/packages/juniorb2ss/deathbycaptcha-php-sdk)[ RSS](/packages/juniorb2ss-deathbycaptcha-php-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (9)Used By (0)

DeathByCaptcha PHP SDK
======================

[](#deathbycaptcha-php-sdk)

[![Build Status](https://camo.githubusercontent.com/b9eec10be7e9d400040574dee1d2a7001d2c93b07c038df7c7d8d91cd5ebb4ab/68747470733a2f2f7472617669732d63692e6f72672f6a756e696f72623273732f64656174686279636170746368612d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/juniorb2ss/deathbycaptcha-php-sdk) [![Code Coverage](https://camo.githubusercontent.com/197b587b03b342278787d4b942756b4d57cd40a952f1c5a7f8b9cf7825c5a1c3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a756e696f72623273732f64656174686279636170746368612d7068702d73646b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/juniorb2ss/deathbycaptcha-php-sdk/?branch=master) [![Laravel](https://camo.githubusercontent.com/14a04c4bd8077ac7c967f47322bf46d97b37fec5d504657b537eca0001322210/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e2a2d677265656e2e737667)](https://laravel.com) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/690eb598d88e6230d9b75ee9a85999b0545416f6f17eca78dd3c15fe1e620706/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a756e696f72623273732f64656174686279636170746368612d7068702d73646b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/juniorb2ss/deathbycaptcha-php-sdk/?branch=master) [![StyleCI](https://camo.githubusercontent.com/4f9777fbfdac5b65d195b542f6460e991a23ee2dbea989be7173ea421d962a5d/68747470733a2f2f7374796c6563692e696f2f7265706f732f39393134303439312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/84957945) [![Code Climate](https://camo.githubusercontent.com/d804e8a218bb0b655817254f36f7de68e6de18799748952775adc793c677a816/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a756e696f72623273732f64656174686279636170746368612d7068702d73646b2f6261646765732f6770612e737667)](https://codeclimate.com/github/juniorb2ss/deathbycaptcha-php-sdk)

CAPTCHA Bypass done right
-------------------------

[](#captcha-bypass-done-right)

With Death by Captcha you can solve any CAPTCHA. All you need to do is implement our API, pass us your CAPTCHAs and we’ll return the text. It’s that easy!

Please note that our services should be used only for research projects and any illegal use of our services is strictly prohibited. Any bypass and CAPTCHA violations should be reported to emailcom

The `juniorb2ss/deathbycaptcha-php-sdk` is a package to make Decaptcha easy!

Install
-------

[](#install)

You can install this package via composer:

```
$ composer require juniorb2ss/deathbycaptcha-php-sdk~1.*
```

Example
-------

[](#example)

```
use juniorb2ss\DeathByCaptcha\DeathByCaptcha;

// You need first register and buy credits in http://www.deathbycaptcha.com
$dbc = new DeathByCaptcha('yourUsername', 'yourPassword');

// To retrieve service status
$serviceStatus = $dbc->status();

// To get user informations
$user = $dbc->account();

echo 'My Credits: ' . $user->getBalance(); //1232.2881

// you can pass: path image, base64, image link
$captcha = $dbc->resolve('captcha.jpg');

// supports recaptcha v2
// $captcha = $dbc->resolveV2($googleKey, $webUrl);

// This is captcha ID in service, you need call resolve method with this ID seconds later.
$captchaId = $dbc->captchaId();

// make a simple loop or just sleep
// sleep(7);
$captchaText = $dbc->resolve((int) $captchaId) // return captcha text for human
```

Tests
-----

[](#tests)

```
composer run test
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Carlos Eduardo](https://github.com/juniorb2ss)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~36 days

Total

5

Last Release

3049d ago

### Community

Maintainers

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

---

Top Contributors

[![juniorb2ss](https://avatars.githubusercontent.com/u/3980385?v=4)](https://github.com/juniorb2ss "juniorb2ss (14 commits)")[![gpedro](https://avatars.githubusercontent.com/u/2898638?v=4)](https://github.com/gpedro "gpedro (1 commits)")

---

Tags

phpcomposerframeworklaravelgitdeathbycaptchajuniorb2ssdeathbycaptcha-php-sdk

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/juniorb2ss-deathbycaptcha-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/juniorb2ss-deathbycaptcha-php-sdk/health.svg)](https://phpackages.com/packages/juniorb2ss-deathbycaptcha-php-sdk)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[gdg-tangier/cloud-pubsub

Google Cloud pub-sub for laravel

5054.9k](/packages/gdg-tangier-cloud-pubsub)[hypervel/framework

The Hypervel framework.

1012.1k6](/packages/hypervel-framework)

PHPackages © 2026

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