PHPackages                             linkorb/openkvk - 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. [CLI &amp; Console](/categories/cli)
4. /
5. linkorb/openkvk

ActiveLibrary[CLI &amp; Console](/categories/cli)

linkorb/openkvk
===============

OpenKVK library and commmand-line tools

165225[2 issues](https://github.com/linkorb/openkvk-php/issues)PHP

Since Sep 26Pushed 11y ago4 watchersCompare

[ Source](https://github.com/linkorb/openkvk-php)[ Packagist](https://packagist.org/packages/linkorb/openkvk)[ RSS](/packages/linkorb-openkvk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

OpenKVK Client library + commandline utility
============================================

[](#openkvk-client-library--commandline-utility)

This repository contains a simple PHP client for the [www.openkvk.nl](http://www.openkvk.nl) API.

How to use it as a library
--------------------------

[](#how-to-use-it-as-a-library)

Simply include the library through composer:

```
"linkorb/openkvk": "dev-master"

```

After this, you can instantiate and use the client as follows:

```
// Instantiate the client
$client = new \OpenKvk\Client();

// Get data by Kvk nr
$csv = $client->getByKvk("24365015");

// Convert into a PHP array
$data = $client->csvToArray($csv);

// Output array
print_r($data); // Outputs array by key/value

```

How to use it as a command line utility
---------------------------------------

[](#how-to-use-it-as-a-command-line-utility)

The included `bin/openkvk` command is based on the Symfony Console component

Example usage:

```
bin/openkvk # output available options
bin/openkvk openkvk:getbykvk 24365015 # get info by kvk number
bin/openkvk openkvk:getbyname "LinkORB" # get info by companyname
bin/openkvk openkvk:getbysbi 85.59.2 # get info by SBI (85592 = business training and education)

```

Resources
---------

[](#resources)

- [OpenKVK website](https://openkvk.nl/)
- [SBI Codes - English](http://www.kvk.nl/download/SBI_2008_Engels_tcm14-195658.pdf)

Brought to you by the LinkORB Engineering team
----------------------------------------------

[](#brought-to-you-by-the-linkorb-engineering-team)

[![](https://camo.githubusercontent.com/62fb66b034de7ea7fca9fd9776424b5348daa76ef8622caf92c2f7622003e5ef/687474703a2f2f7777772e6c696e6b6f72622e636f6d2f642f6d6574612f74696572312f696d616765732f6c696e6b6f7262656e67696e656572696e672d6c6f676f2e706e67)](https://camo.githubusercontent.com/62fb66b034de7ea7fca9fd9776424b5348daa76ef8622caf92c2f7622003e5ef/687474703a2f2f7777772e6c696e6b6f72622e636f6d2f642f6d6574612f74696572312f696d616765732f6c696e6b6f7262656e67696e656572696e672d6c6f676f2e706e67)
Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).

Btw, we're hiring!

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

[![joostfaassen](https://avatars.githubusercontent.com/u/411113?v=4)](https://github.com/joostfaassen "joostfaassen (16 commits)")[![dcnl1980](https://avatars.githubusercontent.com/u/8920270?v=4)](https://github.com/dcnl1980 "dcnl1980 (1 commits)")[![StephanHeijl](https://avatars.githubusercontent.com/u/3799160?v=4)](https://github.com/StephanHeijl "StephanHeijl (1 commits)")

### Embed Badge

![Health badge](/badges/linkorb-openkvk/health.svg)

```
[![Health](https://phpackages.com/badges/linkorb-openkvk/health.svg)](https://phpackages.com/packages/linkorb-openkvk)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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