hvsoftware / bigregister
This library will search the bigregister website
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hvsoftware/bigregister
Requires
- php: >=7.0
- ext-curl: >=7.0
Requires (Dev)
- phpunit/phpunit: ^6.5 || ^7.0 || ^8.0
This package is auto-updated.
Last update: 2025-11-29 02:57:02 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