PHPackages                             yuyinitos/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. yuyinitos/kvk-api

ActiveLibrary[API Development](/categories/api)

yuyinitos/kvk-api
=================

PHP KVK API client

v0.1.2(6y ago)02MITPHPPHP &gt;=7.1

Since Feb 18Pushed 5y agoCompare

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

READMEChangelogDependencies (4)Versions (4)Used By (0)

Kvk Api
=======

[](#kvk-api)

This package provides a simple integration of the [Official KVK Api](https://developers.kvk.nl/documentation) for your PHP project.

[![Build Status](https://camo.githubusercontent.com/0bd68b5ac04f25a49c441b1fe406955496040859ce48599c29d7448d2297194a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f597579696e69746f732f6b766b2d6170692f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Yuyinitos/kvk-api/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a702c689914a6d5b1c3f5465428f35ea2fc114a84f097c148c828861dfc53a9b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f597579696e69746f732f6b766b2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Yuyinitos/kvk-api/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/c29b4d6c69c0f0453833edc0deb948fa554d80842d748880df0fee7ee2ef5a39/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f597579696e69746f732f6b766b2d6170692f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Yuyinitos/kvk-api/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/945b56969a8246def46aea051cbfdd2e647b60d41cb729439f8060f2c794a1fd/68747470733a2f2f706f7365722e707567782e6f72672f797579696e69746f732f6b766b2d6170692f762f737461626c65)](https://packagist.org/packages/yuyinitos/kvk-api)[![License](https://camo.githubusercontent.com/5b89905a7e5f39ff7e569fd1bbffa692fd4c65431b5f2aeb3ff52915cec58379/68747470733a2f2f706f7365722e707567782e6f72672f797579696e69746f732f6b766b2d6170692f6c6963656e7365)](https://packagist.org/packages/yuyinitos/kvk-api)

Installation
------------

[](#installation)

With [composer](http://packagist.org), add:

```
$ composer require yuyinitos/kvk-api
```

Usage
-----

[](#usage)

profile query

```
use Yuyinitos\KvkApi\Http\Endpoint\Production;
use Yuyinitos\KvkApi\Http\Search\ProfileQuery;
use Yuyinitos\KvkApi\KvkClientFactory;

$client = KvkClientFactory::create('', new Production());

$profileQuery = new ProfileQuery();
$profileQuery->setKvkNumber('18079951');

$kvkPaginator = $client->getProfile($profileQuery);

foreach ($kvkPaginator->getItems() as $company) {
    // {your code}
}

// get next set of data
$kvkPaginator = $client->getNextPage($kvkPaginator);
```

Search query

```
use Yuyinitos\KvkApi\Http\Endpoint\Production;
use Yuyinitos\KvkApi\Http\Search\SearchQuery;
use Yuyinitos\KvkApi\KvkClientFactory;

$client = KvkClientFactory::create('', new Production());

$searchQuery = new SearchQuery();
$searchQuery->setStreet('ABEBE Bikilalaan');
$kvkPaginator = $client->fetchSearch($searchQuery);

// get next set of data
$kvkPaginator = $client->getNextPage($kvkPaginator);
```

Tests
-----

[](#tests)

To run the tests you can use the make commands in the projects root.

```
$ make test-cs
$ make test-unit
$ make test-integration
```

You can also automatically fix the coding standards with:

```
$ make fix-cs
```

Author
------

[](#author)

KVK API has been created by [LauLaman](https://github.com/LauLaman) and is currently maintained by the developers at [Yuyinitos](https://www.werkspot.nl).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~60 days

Total

3

Last Release

2520d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/434e9902167df02d421dea13849019ce5b39e8dcff8f884c8304c675c973efe0?d=identicon)[yuyinitos](/maintainers/yuyinitos)

---

Top Contributors

[![hgraca](https://avatars.githubusercontent.com/u/1809002?v=4)](https://github.com/hgraca "hgraca (12 commits)")[![LauLaman](https://avatars.githubusercontent.com/u/8283992?v=4)](https://github.com/LauLaman "LauLaman (11 commits)")[![Dylan-DutchAndBold](https://avatars.githubusercontent.com/u/36036362?v=4)](https://github.com/Dylan-DutchAndBold "Dylan-DutchAndBold (4 commits)")[![4c0n](https://avatars.githubusercontent.com/u/2325383?v=4)](https://github.com/4c0n "4c0n (1 commits)")[![nerbiz](https://avatars.githubusercontent.com/u/6173907?v=4)](https://github.com/nerbiz "nerbiz (1 commits)")[![spelbreker](https://avatars.githubusercontent.com/u/3795920?v=4)](https://github.com/spelbreker "spelbreker (1 commits)")[![yuyinitos](https://avatars.githubusercontent.com/u/4574988?v=4)](https://github.com/yuyinitos "yuyinitos (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/yuyinitos-kvk-api/health.svg)](https://phpackages.com/packages/yuyinitos-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)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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