a-d-w-s/ares

Library for obtaining information about a company from the public register

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/a-d-w-s/ares

1.0.0 2025-11-24 17:44 UTC

This package is auto-updated.

Last update: 2025-11-24 17:49:51 UTC


README

Latest Stable Version Total Downloads License

Library for obtaining information about a company from the public register

Installing using Composer

composer require a-d-w-s/ares

Ares example

<?php

require __DIR__ . '/vendor/autoload.php';

use ADWS\Ares\ES;

$ares = new ES();

try {
    $data = $ares->fetch($ico);
} catch (\Exception $e) {
    echo "Invalid IČ";
}