1. Go to this page and download the library: Download autobius/autobius-php-sdk 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/ */
autobius / autobius-php-sdk example snippets
define('API_USERNAME', "HERE YOUR API USER NAME");
define('API_PASSWORD', "HERE YOUR API PASSWORD");
define('API_PERSONAL_KEY', 'HERE YOUR API KEY');
$vin = end($argv);
etToken());
$decoderResult = $api_instance->sourceDecoderRequest($vin, 'Bearer '.$loginData->getToken());
var_dump($decoderResult);
} catch (Exception $e) {
echo $e->getMessage(), PHP_EOL;
}