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

ActiveLibrary

justdevs/big-register-check
===========================

Check the dutch BIG-register.

1.0.1(5y ago)41014[2 PRs](https://github.com/justdevsio/big-register-check/pulls)MITPHPPHP ^7.4

Since Oct 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/justdevsio/big-register-check)[ Packagist](https://packagist.org/packages/justdevs/big-register-check)[ RSS](/packages/justdevs-big-register-check/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

BIG Regstration search PHP library
==================================

[](#big-regstration-search-php-library)

Simple API to check BIG registration for a given registration number.

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

[](#introduction)

The Dutch government has a SOAP-API available to search/check information in the BIG-register. This PHP library is an easy way to verify if a given registration number has a valid registration. This way you know that the person linked to the unique registration number is allowed to practice medicine in the Netherlands.

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

[](#installation)

Just include the library in your code.

```
composer require justdevs/big-register-check
```

Usage
-----

[](#usage)

Check for a specific BIG registration number

```
$number = "1234";
$search = new \JustDevs\BIGRegister\BigSearch($number);
$active = $search->allRegistrationsActive();
```

Or take a look at the generated Client [\\JustDevs\\BigRegister\\Client\\PublicV4](src/Client/PublicV4.php) for all methods that are available. The client was generated based on the WSDL that's available at: .

More information and documentation about the BIG register:  (in dutch).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d8280f550df7cca58c50259c39b51e1e01f9f15b22e3ce9ef0e33aa28dd9b9c?d=identicon)[justdevs.io](/maintainers/justdevs.io)

---

Top Contributors

[![justdevsio](https://avatars.githubusercontent.com/u/72389385?v=4)](https://github.com/justdevsio "justdevsio (15 commits)")

---

Tags

big-register

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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