developer-samuel/ares-client
最新稳定版本:v1.0.0
Composer 安装命令:
composer require developer-samuel/ares-client
包简介
PHP library for fetching company data from the Czech ARES registry
README 文档
README
PHP client for the Czech ARES (Administrative Register of Economic Subjects) API. Provides a simple facade and CLI tool for looking up company information by IČO.
Requirements
- PHP
^8.2
Installation
composer require developer-samuel/ares-client
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
# 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
| Filter | Description |
|---|---|
--company |
Company name, IČO, DIČ and dates |
--address |
Registered address |
--location |
State, region, district, village |
--registration |
Registration status |
--delivery |
Delivery address |
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-23