2017 © Pedro Peláez
 

library 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!

image

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!

  • Thursday, January 4, 2018
  • by juniorb2s
  • Repository
  • 2 Watchers
  • 2 Stars
  • 355 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 7 Versions
  • 16 % Grown

The README.md

DeathByCaptcha PHP SDK

Build Status Code Coverage Laravel Scrutinizer Code Quality StyleCI Code Climate, (*1)

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!, (*2)

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, (*3)

The juniorb2ss/deathbycaptcha-php-sdk is a package to make Decaptcha easy!, (*4)

Install

You can install this package via composer:, (*5)

``` bash $ composer require juniorb2ss/deathbycaptcha-php-sdk~1.*, (*6)


## Example ```php 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

composer run test

Change log

Please see CHANGELOG for more information on what has changed recently., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

04/01 2018

dev-master

9999999-dev

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!

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework git php composer deathbycaptcha juniorb2ss deathbycaptcha-php-sdk

03/01 2018

1.1.1

1.1.1.0

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!

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework git php composer deathbycaptcha juniorb2ss deathbycaptcha-php-sdk

03/01 2018

1.1.0

1.1.0.0

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!

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework git php composer deathbycaptcha juniorb2ss deathbycaptcha-php-sdk

15/08 2017

dev-develop

dev-develop

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!

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework git php composer deathbycaptcha juniorb2ss deathbycaptcha-php-sdk

15/08 2017

1.0.2

1.0.2.0

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!

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework git php composer deathbycaptcha juniorb2ss deathbycaptcha-php-sdk

15/08 2017

1.0.1

1.0.1.0

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!

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework git php composer deathbycaptcha juniorb2ss deathbycaptcha-php-sdk

09/08 2017

1.0.0

1.0.0.0

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!

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework git php composer deathbycaptcha juniorb2ss deathbycaptcha-php-sdk