1. Go to this page and download the library: Download maxkut/tourvisor 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/ */
maxkut / tourvisor example snippets
use Tourvisor\Tourvisor;
use Tourvisor\Client;
// создаем объект ядра библиотеки с http клиентом
$tourvisor = new Tourvisor(new Client('[email protected]', 'password'));
// ...
use Tourvisor\Requests\SearchRequest;
// ... $tourvisor ...
$searchRequest = new SearchRequest();
$searchRequest->country = 30;
$searchRequest->departure = 1;
// остальные параметры можно узнать в docBlock класса запроса
$result = $tourvisor->getResult($searchRequest);
// В ответ придет идентификатор запроса, например 1015951847