PHPackages                             marcoboom/voertuigdata - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. marcoboom/voertuigdata

ActiveLibrary[HTTP &amp; Networking](/categories/http)

marcoboom/voertuigdata
======================

PHP Wrapper for the Voertuidata.nl SOAP webservice

1.0(11y ago)054MITPHP

Since Mar 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/marcoboom/Voertuigdata)[ Packagist](https://packagist.org/packages/marcoboom/voertuigdata)[ RSS](/packages/marcoboom-voertuigdata/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Voertuigdata
============

[](#voertuigdata)

PHP Wrapper for the Voertuigdata.nl SOAP webservice

Installation and Requirements
-----------------------------

[](#installation-and-requirements)

First, you'll need to require the package with Composer:

```
$ composer require marcoboom/voertuigdata
```

This package requires PHP 5.4 with SOAP installed

Usage
-----

[](#usage)

First, create an Instance of the Voertuigdata class

```
$vd = new Voertuigdata\Voertuigdata('username', 'password');
```

Replace username and password with the given account.

Optional you can pass as third argument, an options array:

```
$options = [
	'environment' 	=> 	'production',
	'cache_wsdl' 	=> 	WSDL_CACHE_NONE
];
```

If the environment option is not passed through. The class wil search for an ENVIRONMENT constant. If this is not equal to production, the testing environment of Voertuigdata will be used.

Calls
-----

[](#calls)

Within the instance you can call a method from the webservice, defined at [](http://www.voertuigdata.nl/soap/voertuigservice.asmx). The parameters of the method should be send through by an array.

Each method returns the raw object given by the webservice.

If the call failes it throws a VoertuigdataException.

```
try {
	$result = $vd->getPersonenautoInformatieMiddelsKenteken(['Kenteken'=>'56RPFV']);

	var_dump($result);

} catch (Voertuigdata\VoertuigdataException $e) {

	var_dump($e->getMessage());

}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4089d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5dbc6a29877ed65ea33c85a4e6c63c4b16d9150bd757880f1af18813eaa33d8?d=identicon)[marcoboom](/maintainers/marcoboom)

### Embed Badge

![Health badge](/badges/marcoboom-voertuigdata/health.svg)

```
[![Health](https://phpackages.com/badges/marcoboom-voertuigdata/health.svg)](https://phpackages.com/packages/marcoboom-voertuigdata)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M79](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

13137.2M6.4k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k112](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M82](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
