library anticaptcha-composer
Captcha solver, provided by anti-captcha.com and remade by me for composer users
kield-01/anticaptcha-composer
Captcha solver, provided by anti-captcha.com and remade by me for composer users
- Thursday, May 25, 2017
- by KielD-01
- Repository
- 1 Watchers
- 2 Stars
- 179 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 11 Forks
- 0 Open issues
- 5 Versions
- 19 % Grown
How to install this package?
You can install this package via composer:, (*1)
composer require kield-01/anticaptcha-composer, (*2)
Important Notes
For now, this package is on testing, (*3)
Example
```
<?php
namespace AntiCaptcha;
use AntiCaptcha\ImageToText;, (*4)
$_img_to_text = new ImageToText();
$_img_to_text->setKey('anticaptcha_key');
$_img_to_text->setFile(WWW_ROOT . 'capcha.jpg');
$_task = 0;
$_result = 0;
while (!$_img_to_text->createTask()) {
$_img_to_text->createTask();
}
$_task = $_img_to_text->getTaskId();
while (!$_img_to_text->waitForResult()) {
$_img_to_text->waitForResult();
}
$_result = $_img_to_text->getTaskSolution();
dump("TaskID : {$_task} : {$_result}");
dev-master
9999999-dev
Captcha solver, provided by anti-captcha.com and remade by me for composer users
Sources
Download
GPL
The Requires
by
roman.kozin
v1.2
1.2.0.0
Captcha solver, provided by anti-captcha.com and remade by me for composer users
Sources
Download
GPL
The Requires
by
roman.kozin
v1.1
1.1.0.0
Captcha solver, provided by anti-captcha.com and remade by me for composer users
Sources
Download
GPL
The Requires
by
roman.kozin
v1.x-dev
1.9999999.9999999.9999999-dev
Captcha solver, provided by anti-captcha.com and remade by me for composer users
Sources
Download
GPL
The Requires
by
roman.kozin
1
1.0.0.0
Captcha solver, provided by anti-captcha.com and remade by me for composer users
Sources
Download
GPL
The Requires
by
roman.kozin