PHPackages                             appvise/kvk-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. appvise/kvk-api

ActiveLibrary[API Development](/categories/api)

appvise/kvk-api
===============

PHP KVK API client

728.1k↓44.6%8[1 issues](https://github.com/app-vise/kvk-api/issues)[3 PRs](https://github.com/app-vise/kvk-api/pulls)PHP

Since Sep 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/app-vise/kvk-api)[ Packagist](https://packagist.org/packages/appvise/kvk-api)[ RSS](/packages/appvise-kvk-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP KVK api client
==================

[](#php-kvk-api-client)

As for 1 april 2022 there are some new API's available for interacting with KVK. This library makes this easy for you. Check for installation and usage details below.

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

Install this package via composer

```
composer require appvise/kvk-api
```

Probably you want to install the KVK (Staat der Nederlanden Private Root CA - G1) certificate into you trusted chains. For more information head to: [Certificate information](https://developers.kvk.nl/nl/support/tls-certificate-chain-trust-instructions)

### Usage

[](#usage)

#### Zoeken API

[](#zoeken-api)

```
use Appvise\KvkApi\Http\SearchQuery;
use Appvise\KvkApi\KvkClientFactory;
use Appvise\KvkApi\Exception\ApiException;
use Appvise\KvkApi\Exception\NotFoundException;

// for more information check:
// https://developers.kvk.nl/nl/support/tls-certificate-chain-trust-instructions
$rootCertificate = ;
$client = KvkClientFactory::create(, 'test | production', $rootCertificate);

$query = new SearchQuery();
$query->setKvkNumber('KVK nummer to search for');

try {
    $resultaten = $this->client->search($query);
    foreach ($resultaten->getResultaten() as $searchResult) {
        // do something with $searchResult
    }
} catch(NotFoundException | ApiException $exception) {
    // handle error
}
```

#### BasisProfiel API

[](#basisprofiel-api)

```
use Appvise\KvkApi\Http\ProfileQuery;
use Appvise\KvkApi\KvkClientFactory;
use Appvise\KvkApi\Exception\ApiException;
use Appvise\KvkApi\Exception\NotFoundException;

// for more information check:
// https://developers.kvk.nl/nl/support/tls-certificate-chain-trust-instructions
$rootCertificate = ;
$client = KvkClientFactory::create(, 'test | production', $rootCertificate);

$query = new ProfileQuery();
$query->setKvkNumber('KVK nummer to fetch basis profile information for');

try {
    $basisProfile = $this->client->getBasisProfiel($query);
    // do something with $basisProfile
} catch(NotFoundException | ApiException $exception) {
    // handle error
}
```

### Tests

[](#tests)

```
composer test
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance24

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/efc07525f08a9b90d7d0e1ebb0334b40339ddc0f502fe5b22c7d1e238703a68e?d=identicon)[appvise](/maintainers/appvise)

---

Top Contributors

[![DaanGeurts](https://avatars.githubusercontent.com/u/2170399?v=4)](https://github.com/DaanGeurts "DaanGeurts (2 commits)")[![CasEbb](https://avatars.githubusercontent.com/u/617080?v=4)](https://github.com/CasEbb "CasEbb (1 commits)")[![maarten00](https://avatars.githubusercontent.com/u/1579711?v=4)](https://github.com/maarten00 "maarten00 (1 commits)")

### Embed Badge

![Health badge](/badges/appvise-kvk-api/health.svg)

```
[![Health](https://phpackages.com/badges/appvise-kvk-api/health.svg)](https://phpackages.com/packages/appvise-kvk-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
