jumper423 / decaptcha

Package created to standardize all services for solving captcha. Each service has its own features and now You will have to look at the documentation for the specific service to do everything right. The package covers the entire functionality services. If You will be something lacking or suggestions, I'll be glad to hear them. RuCaptcha, 2Captcha, Anti Captcha, Captcha24, Pixodrom, R.I.P. Captcha
Apache License 2.0
65 stars 17 forks source link

Added CURL extension as a dependency #7

Closed dmromanov closed 7 years ago

dmromanov commented 7 years ago

This library in fact relies on a CURL extension. I've added this dependency to a composer.json

codecov-io commented 7 years ago

Current coverage is 81.52% (diff: 100%)

Merging #7 into master will not change coverage

@@             master         #7   diff @@
==========================================
  Files             8          8          
  Lines          1283       1283          
  Methods          52         52          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1046       1046          
  Misses          237        237          
  Partials          0          0          

Powered by Codecov. Last update 56f4256...8934e5d

jumper423 commented 7 years ago

@dmromanov, thanks for the complement