jkbnerad / ares
dev-main
2021-11-22 21:44 UTC
Requires
- php: 8.*
- ext-dom: *
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- nette/tester: ^2.4
- phpstan/phpstan: ^1.2
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-09-23 03:50:21 UTC
README
PHP ARES (Administrativní registr ekonomických subjektů) 信息下载库。
安装
composer require jkbnerad/ares
使用
<?php declare(strict_types=1); $client = new \GuzzleHttp\Client(); $validator = new \phpares\Validator(); $identificationData = new \phpares\IdentificationData($validator, $client); $address = $identificationData->getAddress(48136450);
输出
[
'id' => '209604861',
'district' => 'Olomouc',
'city' => 'Olomouc',
'street' => 'Šemberova',
'number' => '66',
'numberType' => '1',
'numberSecondary' => '9',
'zipCode' => '77900'
]