2017 © Pedro Peláez
 

library bigregister-soap

php 5.6+ implementation of the Dutch BIG Register SOAP interface

image

waarneembemiddeling/bigregister-soap

php 5.6+ implementation of the Dutch BIG Register SOAP interface

  • Monday, November 6, 2017
  • by krizon
  • Repository
  • 5 Watchers
  • 11 Stars
  • 9,704 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 16 Versions
  • 11 % Grown

The README.md

BIG Register SoapClient

Build Status Scrutinizer Code Quality, (*1)

This is a lightweight implementation of the BIG register Soap interface.. A mapping of all the Soap types is provided., (*2)

Installation

Start by installing composer. Then, install this library:, (*3)

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

Requirements

PHP 8.0 and ext-soap, (*4)

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., (*5)

Perform a search with the service

<?php
// Will return only one or none result
$service = new Wb\BigRegister\SoapClient\Service();
print_r($service->findByRegistrationNumber('19023424101'));

Search by name and city

<?php
// Will return only one or none result
$service = new Wb\BigRegister\SoapClient\Service();
print_r($service->findByLastnameAndCity('Janssen', 'Amsterdam'));

Usage of the Client

For power users who just want to use the raw unaltered response we offer the possibility to use the Client. Creating a new instance is as simple as:, (*6)

<?php

$client = new \Wb\BigRegister\SoapClient\Client();

Perform a search with the client

Search on a number:, (*7)

<?php

$client = new \Wb\BigRegister\SoapClient\Client();
$request = new \Wb\BigRegister\SoapClient\Model\ListHcpApproxRequest();
$request->RegistrationNumber = '123';
$response = $client->ListHcpApprox4($request);

// dump the response
print_r($response);

Overriding the constructor of the native SoapClient

We're using the native php SoapClient. If you want to change the WSDL (f.e. if you want to use the demo environment) or want to override the options in order to debug the client you can do so:, (*8)

<?php

$wsdl = 'http://host.tld/myWsdl';
$options = array(
    'trace' => true
);
$client = new \Wb\BigRegister\SoapClient\Client($wsdl, $options);

For more information about the native client check php.net., (*9)

The Versions

06/11 2017

dev-master

9999999-dev

php 5.6+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

06/11 2017

2.0.2

2.0.2.0

php 5.6+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

01/12 2016

2.0.1

2.0.1.0

php 5.6+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

29/11 2016

2.0.0

2.0.0.0

php 5.6+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

29/11 2016

dev-php_version_upgrade

dev-php_version_upgrade

php 5.6+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

10/05 2016

1.0.5

1.0.5.0

php 5.3+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

16/06 2015

1.0.4

1.0.4.0

php 5.3+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

16/06 2015

1.0.3

1.0.3.0

php 5.3+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

16/06 2015

1.0.2

1.0.2.0

php 5.3+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

26/06 2014

1.0.1

1.0.1.0

php 5.3+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

19/05 2014

1.0.0

1.0.0.0

php 5.3+ implementation of the Dutch BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

15/05 2014

0.1.0

0.1.0.0

php 5.3+ implementation of BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

27/03 2014

0.0.4

0.0.4.0

php 5.3+ implementation of BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

26/03 2014

0.0.3

0.0.3.0

php 5.3+ implementation of BIG Register SOAP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

12/03 2014

0.0.2

0.0.2.0

php 5.3+ implementation of BIG Register SOAP interface

  Sources   Download

MIT

The Requires

  • ext-soap *

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl

11/03 2014

0.0.1

0.0.1.0

php 5.3+ implementation of BIG Register SOAP interface

  Sources   Download

MIT

The Requires

  • ext-soap *

 

The Development Requires

by Richard van den Brand

big register big-register big-nummer bigregister.nl