PHPackages                             waarneembemiddeling/bigregister-soap - 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. [API Development](/categories/api)
4. /
5. waarneembemiddeling/bigregister-soap

ActiveLibrary[API Development](/categories/api)

waarneembemiddeling/bigregister-soap
====================================

php 8.0+ implementation of the Dutch BIG Register SOAP interface

3.1.0(3y ago)1255.6k↓30.4%71MITPHPPHP ^8.0

Since Mar 11Pushed 2y ago5 watchersCompare

[ Source](https://github.com/waarneembemiddeling/bigregister-soap)[ Packagist](https://packagist.org/packages/waarneembemiddeling/bigregister-soap)[ RSS](/packages/waarneembemiddeling-bigregister-soap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (17)Used By (1)

BIG Register SoapClient
=======================

[](#big-register-soapclient)

[![Build Status](https://camo.githubusercontent.com/7927c69749b0ddf2db0ff84ad8d0feec052c33822e8179d7bf95c2ee4fdba6ab/68747470733a2f2f7472617669732d63692e6f72672f776161726e65656d62656d696464656c696e672f62696772656769737465722d736f61702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/waarneembemiddeling/bigregister-soap)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/710fa12f2216508509cf3ba980b96cd7cf72c943344278abc505cc5b2cd916d3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776161726e65656d62656d696464656c696e672f62696772656769737465722d736f61702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/waarneembemiddeling/bigregister-soap/?branch=master)

This is a lightweight implementation of the [BIG register Soap interface.](https://www.bigregister.nl/zoeken/zoeken_eigen_systeem/). A mapping of all the Soap types is provided.

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

[](#installation)

Start by [installing composer](http://getcomposer.org/doc/01-basic-usage.md#installation). Then, install this library:

```
$ php composer.phar require "waarneembemiddeling/bigregister-soap"

```

Requirements
------------

[](#requirements)

PHP 8.0 and ext-soap

Usage
-----

[](#usage)

Most users will be satisfied by using the `Service` class provided. The service class parses the response into php arrays and transforms all ids into readable values.

### Perform a search with the service

[](#perform-a-search-with-the-service)

```
