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

ActiveLibrary

alexwijn/kvk
============

01.3kPHP

Since Aug 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Alexwijn/KvK)[ Packagist](https://packagist.org/packages/alexwijn/kvk)[ RSS](/packages/alexwijn-kvk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

KvK API client
--------------

[](#kvk-api-client)

[![Packagist License](https://camo.githubusercontent.com/b192555252710f6a9ece10b2c7ca0fa1ea03c1e217ada7a30aa39d938fb6d138/68747470733a2f2f706f7365722e707567782e6f72672f616c657877696a6e2f6b766b2f6c6963656e73652e706e67)](http://choosealicense.com/licenses/mit/)[![Latest Stable Version](https://camo.githubusercontent.com/0660c258f493cceb2ad40a812b0aedeac1b6700fb52c24ee1444f32c1103691c/68747470733a2f2f706f7365722e707567782e6f72672f616c657877696a6e2f6b766b2f76657273696f6e2e706e67)](https://packagist.org/packages/alexwijn/kvk)[![Total Downloads](https://camo.githubusercontent.com/6dffacfebf853339b4c5b78df0adb9bc8a01b47454f5d4903e4a731d182a7fbe/68747470733a2f2f706f7365722e707567782e6f72672f616c657877696a6e2f6b766b2f642f746f74616c2e706e67)](https://packagist.org/packages/alexwijn/kvk)

This package provide access to the [Kvk API](https://developers.kvk.nl/) using one simple class.

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

[](#installation)

Require this package with composer.

```
composer require alexwijn/kvk
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel 5.5+:

[](#laravel-55)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Alexwijn\KvK\ServiceProvider::class,
```

### Example

[](#example)

```
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use Alexwijn\KvK\Client as KvK;

class CompanyController
{
    public function index(Request $request, KvK $kvk)
    {
        return $kvk->companies()->search($request->query);
    }
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/33f00a18eb1ad1b257d27f8d2185f5599c8bf4a11f31bb7af13a5b31fc6263f8?d=identicon)[Alex Wijnholds](/maintainers/Alex%20Wijnholds)

---

Top Contributors

[![Alexwijn](https://avatars.githubusercontent.com/u/1023654?v=4)](https://github.com/Alexwijn "Alexwijn (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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