2017 © Pedro Peláez
 

git php-antigate-client

Lightweight client for Antigate service upgraded by Bubnov

image

bubnov/php-antigate-client

Lightweight client for Antigate service upgraded by Bubnov

  • Monday, January 23, 2017
  • by bubnov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Antigate client

Usage examples

<?php
require_once 'vendor/autoload.php';

$client = new NekoWeb\AntigateClient();
$client->setApiKey('--YOUR-KEY--');

// Solve from file
file_put_contents('tmp.jpg', file_get_contents('--CAPTCHA-URL--'));
echo $client->recognizeByFilename('tmp.jpg');

// Solve from URL
echo $client->recognizeByUrl('--CAPTCHA-URL--');

// Return Antigate balance
echo $client->getBalance();

// Return your usage statistics for a date
print_r($client->getStatistic('2014-04-11'));

// Return realtime Antigate statistics
print_r($client->getRealtimeStatistic());

The Versions

23/01 2017

dev-master

9999999-dev https://github.com/bubnovKelnik/php-antigate-client.git

Lightweight client for Antigate service upgraded by Bubnov

  Sources   Download

MIT

The Requires

 

captcha decaptcha antigate decaptcher

23/01 2017

1.0.0

1.0.0.0 https://github.com/bubnovKelnik/php-antigate-client.git

Lightweight client for Antigate service upgraded by Bubnov

  Sources   Download

MIT

The Requires

 

captcha decaptcha antigate decaptcher

14/04 2014

v0.1

0.1.0.0 https://github.com/druidvav/php-antigate-client

Lightweight client for Antigate service

  Sources   Download

MIT

The Requires

 

captcha decaptcha antigate decaptcher