定制 developer-samuel/ares-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 License

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固