PHPackages                             thielander/vindat - 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. [API Development](/categories/api)
4. /
5. thielander/vindat

ActiveLibrary[API Development](/categories/api)

thielander/vindat
=================

The thielander/vindat package provides a streamlined integration with DAT Group's vehicle data services. This package simplifies interactions with various SOAP-based web services offered by DAT Group, focusing primarily on VIN (Vehicle Identification Number) queries.

02PHP

Since Dec 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Thielander/VINDAT)[ Packagist](https://packagist.org/packages/thielander/vindat)[ RSS](/packages/thielander-vindat/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Thielander Vindat
=================

[](#thielander-vindat)

The `thielander/vindat` package provides a streamlined integration with DAT Group's vehicle data services. This package simplifies interactions with various SOAP-based web services offered by DAT Group, focusing primarily on VIN (Vehicle Identification Number) queries.

Features
--------

[](#features)

- Simple and easy-to-use interface for querying vehicle data.
- SOAP client integration for communicating with DAT Group's web services.
- Handles authentication and data retrieval seamlessly.

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require thielander/vindat:dev-main
```

Usage
-----

[](#usage)

Before using the DatGroupClient, you must have valid credentials from DAT Group. These credentials include customer number, customer login, customer password, interface partner number, and interface partner signature.

Basic Usage
-----------

[](#basic-usage)

```
