PHPackages                             kdv/big-register - 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. kdv/big-register

ActiveLibrary

kdv/big-register
================

A few classes for connecting to the Dutch BIG-Register (health care professionals)

02PHP

Since Feb 24Pushed 3y agoCompare

[ Source](https://github.com/kdv88/BIG-Register)[ Packagist](https://packagist.org/packages/kdv/big-register)[ RSS](/packages/kdv-big-register/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BIG Registration Utils
======================

[](#big-registration-utils)

Introduction
------------

[](#introduction)

A quick, hacked up connector to the Dutch government's [BIG-register system](https://www.bigregister.nl/zoeken/zoeken_eigen_systeem/), an online list of health care professionals. This is a proof-of-concept. Mostly.

NuSOAP is used because the BIG-Register system triggers a particular issue in PHP's native SOAPClient, [causing many headaches](https://bugs.php.net/bug.php?id=60842).

This package is based on the work of [rosstuck/BIG-Register](https://github.com/rosstuck/BIG-Register).

NuSOAP is licensed under LGPL. All other code is licensed as MIT.

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

[](#installation)

```
$ composer require kdv/big-register:dev-master
```

Usage
-----

[](#usage)

```
require_once __DIR__ . '/vendor/autoload.php';

use Kdv\BigRegister\BigRepository;

$repo = new BIGRepository();
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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/05269b06ea3efabacfccec61a3afbc78976e3ee484888dae4026b828a81002c5?d=identicon)[kdv](/maintainers/kdv)

---

Top Contributors

[![kdv88](https://avatars.githubusercontent.com/u/10871999?v=4)](https://github.com/kdv88 "kdv88 (6 commits)")[![rosstuck](https://avatars.githubusercontent.com/u/146766?v=4)](https://github.com/rosstuck "rosstuck (2 commits)")

### Embed Badge

![Health badge](/badges/kdv-big-register/health.svg)

```
[![Health](https://phpackages.com/badges/kdv-big-register/health.svg)](https://phpackages.com/packages/kdv-big-register)
```

PHPackages © 2026

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