PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roman Kozin   PHP Anti-CAPTCHA   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Anti-CAPTCHA
Decode form values with CAPTCHA with anti-CAPTCHA
Author: By
Last change:
Date: 6 years ago
Size: 409 bytes
 

Contents

Class file image Download
{ "name": "kield-01/anticaptcha-composer", "description": "Captcha solver, provided by anti-captcha.com and remade by me for composer users", "type": "library", "license": "GPL", "authors": [ { "name": "roman.kozin", "email": "romanko95.rk@gmail.com" } ], "autoload": { "psr-4": { "AntiCaptcha\\": "src/" } }, "require": { "fabpot/goutte": "^3.2" } }