kdv/big-register

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

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

pkg:composer/kdv/big-register

dev-master 2023-02-24 11:49 UTC

This package is auto-updated.

Last update: 2025-11-24 18:03:06 UTC


README

Introduction

A quick, hacked up connector to the Dutch government's BIG-register system, 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.

This package is based on the work of rosstuck/BIG-Register.

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

Installation

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

Usage

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

use Kdv\BigRegister\BigRepository;

$repo = new BIGRepository();