2017 © Pedro Peláez
 

library antigate-client

Lightweight client for Antigate service

image

druidvav/antigate-client

Lightweight client for Antigate service

  • Monday, April 14, 2014
  • by druidvav
  • Repository
  • 1 Watchers
  • 7 Stars
  • 1,804 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % 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

14/04 2014

dev-master

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

Lightweight client for Antigate service

  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