Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 612 Bytes

File metadata and controls

35 lines (23 loc) · 612 Bytes

Big Register

This parser is written to retrieve information from bigregister.nl.

Features

The main features provided by this library are:

  • Search by:
    • id
    • criteria

Quick Start

Install the library using composer:

php composer.phar require hvsoftware/bigregister

Try some command within the bin folder:

  • php bin\Search.php
  • php bin\SearchByNameAndBirthDate.php

Documentation

See Big Register for more information.

Unit tests

Run the tests:

  • vendor\bin\phpunit.bat