hvsoftware/bigregister

This library will search the bigregister website

0.1.0 2019-09-03 08:11 UTC

This package is auto-updated.

Last update: 2024-05-29 04:15:57 UTC


README

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