{"id":18991538,"url":"https://github.com/juniorb2ss/deathbycaptcha-php-sdk","last_synced_at":"2025-08-21T19:25:28.326Z","repository":{"id":52416756,"uuid":"99140491","full_name":"juniorb2ss/deathbycaptcha-php-sdk","owner":"juniorb2ss","description":"Just www.deathbycaptcha.com PHP SDK.","archived":false,"fork":false,"pushed_at":"2021-04-29T20:18:03.000Z","size":41,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T12:57:53.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juniorb2ss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-02T16:49:04.000Z","updated_at":"2020-09-11T14:53:55.000Z","dependencies_parsed_at":"2022-08-21T14:11:01.129Z","dependency_job_id":null,"html_url":"https://github.com/juniorb2ss/deathbycaptcha-php-sdk","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2Fdeathbycaptcha-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2Fdeathbycaptcha-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2Fdeathbycaptcha-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2Fdeathbycaptcha-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juniorb2ss","download_url":"https://codeload.github.com/juniorb2ss/deathbycaptcha-php-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250234945,"owners_count":21397108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T17:14:10.727Z","updated_at":"2025-04-22T11:38:19.901Z","avatar_url":"https://github.com/juniorb2ss.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeathByCaptcha PHP SDK\n\n[![Build Status](https://travis-ci.org/juniorb2ss/deathbycaptcha-php-sdk.svg?branch=master)](https://travis-ci.org/juniorb2ss/deathbycaptcha-php-sdk) [![Code Coverage](https://scrutinizer-ci.com/g/juniorb2ss/deathbycaptcha-php-sdk/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/juniorb2ss/deathbycaptcha-php-sdk/?branch=master) [![Laravel](https://img.shields.io/badge/Laravel-5.*-green.svg)](https://laravel.com) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/juniorb2ss/deathbycaptcha-php-sdk/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/juniorb2ss/deathbycaptcha-php-sdk/?branch=master) [![StyleCI](https://styleci.io/repos/99140491/shield?branch=master)](https://styleci.io/repos/84957945) [![Code Climate](https://codeclimate.com/github/juniorb2ss/deathbycaptcha-php-sdk/badges/gpa.svg)](https://codeclimate.com/github/juniorb2ss/deathbycaptcha-php-sdk)\n\n## CAPTCHA Bypass done right\n\nWith 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!\n\nPlease 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\n\nThe `juniorb2ss/deathbycaptcha-php-sdk` is a package to make Decaptcha easy!\n\n## Install\n\nYou can install this package via composer:\n\n``` bash\n$ composer require juniorb2ss/deathbycaptcha-php-sdk~1.*\n```\n\n## Example\n```php\nuse juniorb2ss\\DeathByCaptcha\\DeathByCaptcha;\n\n// You need first register and buy credits in http://www.deathbycaptcha.com\n$dbc = new DeathByCaptcha('yourUsername', 'yourPassword');\n\n// To retrieve service status\n$serviceStatus = $dbc-\u003estatus();\n\n// To get user informations\n$user = $dbc-\u003eaccount();\n\necho 'My Credits: ' . $user-\u003egetBalance(); //1232.2881\n\n// you can pass: path image, base64, image link\n$captcha = $dbc-\u003eresolve('captcha.jpg');\n\n// supports recaptcha v2\n// $captcha = $dbc-\u003eresolveV2($googleKey, $webUrl);\n\n// This is captcha ID in service, you need call resolve method with this ID seconds later.\n$captchaId = $dbc-\u003ecaptchaId();\n\n// make a simple loop or just sleep\n// sleep(7);\n$captchaText = $dbc-\u003eresolve((int) $captchaId) // return captcha text for human\n```\n\n## Tests\n\n```bash\ncomposer run test\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Credits\n\n- [Carlos Eduardo](https://github.com/juniorb2ss)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Fdeathbycaptcha-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniorb2ss%2Fdeathbycaptcha-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Fdeathbycaptcha-php-sdk/lists"}