achrafbardan / kvk-sdk
KVK SDK for php 8.1 and up.
Installs: 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/achrafbardan/kvk-sdk
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: 2025-10-29 02:51:03 UTC
README
Search the kvk database for free.
Installation
Run the following command to install the kvk sdk:
composer require achrafbardan/kvk-sdk
Usage
... use AchrafBardan\KvkSdk\Client; ... $client = new Client(); $client->search('76274160');
Returns:
{
    "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"
            ]
        }
    ]
}