a-d-w-s/ares

Library for obtaining information about a company from the public register

Maintainers

Package info

github.com/a-d-w-s/ares

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

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2025-11-24 17:44 UTC

This package is auto-updated.

Last update: 2026-02-24 18:26:33 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Č";
}