PHPackages                             developer-samuel/ares-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. developer-samuel/ares-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

developer-samuel/ares-client
============================

PHP library for fetching company data from the Czech ARES registry

v1.0.0(3mo ago)11MITPHPPHP ^8.2CI passing

Since Mar 23Pushed 3mo agoCompare

[ Source](https://github.com/Developer-Samuel/ares-client)[ Packagist](https://packagist.org/packages/developer-samuel/ares-client)[ RSS](/packages/developer-samuel-ares-client/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

🔍 ARES Client
=============

[](#-ares-client)

[![PHP](https://camo.githubusercontent.com/63866f34512ff2a9a7a1fbeaff3aee4cad6882b0ab1402cbd87e3a6e1c8e625b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e322d3737374242343f6c6f676f3d706870)](https://php.net)[![License](https://camo.githubusercontent.com/5caa455d8debc46fb23abbadb45a733a937f3910a73fc875c2f7820468e1bb54/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e)](LICENSE)

PHP client for the Czech [ARES](https://ares.gov.cz) (Administrative Register of Economic Subjects) API. Provides a simple facade and CLI tool for looking up company information by IČO.

---

Requirements
------------

[](#requirements)

- PHP `^8.2`

---

Installation
------------

[](#installation)

```
composer require developer-samuel/ares-client
```

---

PHP Usage
---------

[](#php-usage)

```
use DeveloperSamuel\AresClient\Facade\Company;

// Get full company data
$company = Company::get(60193336);

// Get specific data
$address      = Company::getAddress(60193336);
$location     = Company::getLocation(60193336);
$registration = Company::getRegistration(60193336);
$delivery     = Company::getDeliveryAddress(60193336);
```

---

CLI Usage
---------

[](#cli-usage)

```
# Show help
php vendor/bin/ares --help
php vendor/bin/ares -h

# Show version
php vendor/bin/ares --version
php vendor/bin/ares -v

# Get full company info
php vendor/bin/ares 60193336

# Get specific section
php vendor/bin/ares 60193336 --company
php vendor/bin/ares 60193336 --address
php vendor/bin/ares 60193336 --location
php vendor/bin/ares 60193336 --registration
php vendor/bin/ares 60193336 --delivery
```

---

Available Filters
-----------------

[](#available-filters)

FilterDescription`--company`Company name, IČO, DIČ and dates`--address`Registered address`--location`State, region, district, village`--registration`Registration status`--delivery`Delivery address

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance82

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

94d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/456ce6c8ea37bc616b198eb6fccb8067a840ea768a41d848e85c8dcf28483db4?d=identicon)[Developer-Samuel](/maintainers/Developer-Samuel)

---

Top Contributors

[![Developer-Samuel](https://avatars.githubusercontent.com/u/56800212?v=4)](https://github.com/Developer-Samuel "Developer-Samuel (19 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/developer-samuel-ares-client/health.svg)

```
[![Health](https://phpackages.com/badges/developer-samuel-ares-client/health.svg)](https://phpackages.com/packages/developer-samuel-ares-client)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
