achrafbardan / kvk-sdk
KVK SDK,支持php 8.1及以上版本。
1.0.1
2024-05-01 10:23 UTC
Requires
- php: ^8.1
- php-http/client-common: ^2.5
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
Requires (Dev)
- nyholm/psr7: ^1.8@dev
- php-http/curl-client: ^2.2
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^6.0
This package is auto-updated.
Last update: 2024-10-01 00:14:43 UTC
README
免费搜索 kvk 数据库。
安装
运行以下命令以安装 kvk sdk
composer require achrafbardan/kvk-sdk
使用方法
... use AchrafBardan\KvkSdk\Client; ... $client = new Client(); $client->search('76274160');
返回值
{
"resultatenHR": [
{
"handelsnaam": "Bardan",
"handelsnamen": "Bardan",
"dossiernummer": "76274160",
"subdossiernummer": "0000",
"vestigingsnummer": "000044093411",
"straat": "Asterstraat",
"huisnummer": "7",
"huisnummertoevoeging": "",
"postcode": "5701WC",
"plaats": "Helmond",
"type": "Hoofdvestiging",
"vestiging": 1,
"hoofdvestiging": 1,
"rechtsvormcode": "01",
"rechtsvormbeschrijving": "Eenmanszaak",
"commercieel": 1,
"hoofdactiviteitcode": "47912",
"nevenactiviteiten": [
"47911",
"6209"
]
}
]
}