<?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());
-
Notifications
You must be signed in to change notification settings - Fork 2
druidvav/php-antigate-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Lightweight client for Antigate service
Resources
Stars
Watchers
Forks
Packages 0
No packages published