More information about versions is in changelog.
The best way to install h4kuna/ares is using Composer:
$ composer require h4kuna/ares
Download information about customer via his IN.
$ares = new h4kuna\Ares\Ares();
try {
$response = $ares->loadData('87744473');
/* @var $response h4kuna\Ares\Data */
var_dump($response);
} catch (h4kuna\Ares\Exceptions\IdentificationNumberNotFoundException $e) {
// log identification number, why is bad? Or make nothing.
}