Skip to content
forked from h4kuna/ares

Download information about customer via his IN.

Notifications You must be signed in to change notification settings

inspire-develop/ares

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ares

Build Status Scrutinizer Code Quality Downloads this Month Latest Stable Version Coverage Status Total Downloads License

More information about versions is in changelog.

Installation to project

The best way to install h4kuna/ares is using Composer:

$ composer require h4kuna/ares

Download information about customer via his IN.

Example

$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.
}

About

Download information about customer via his IN.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.3%
  • Shell 2.7%