1. Go to this page and download the library: Download unapi/fssp library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
unapi / fssp example snippets
use unapi\fssp\common\Anticaptcha;
use unapi\fssp\ip\Service;
use unapi\fssp\ip\requests;
$service = new Service([
'anticaptcha' => new Anticaptcha(new AntigateService([...]),
]);
use unapi\helper\fullname\FullName;
/** @var Execution[] $executions */
$executions = $service->findExecutions(
new requests\ByIndividualRequest(67, new FullName('Анжелика', 'Гинзбург', 'Иосифовна'))
)->wait();