PHPackages                             iliakondrashov/inmotiv-sdk-php - 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. iliakondrashov/inmotiv-sdk-php

AbandonedArchivedLibrary[API Development](/categories/api)

iliakondrashov/inmotiv-sdk-php
==============================

InMotiv RDC SOAP PHP client

v0.3.2(8y ago)04.7k1[2 issues](https://github.com/caseycs/inmotiv-sdk-php/issues)MITPHP

Since Nov 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/caseycs/inmotiv-sdk-php)[ Packagist](https://packagist.org/packages/iliakondrashov/inmotiv-sdk-php)[ RSS](/packages/iliakondrashov-inmotiv-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (16)Used By (0)

InMotiv RDC SOAP PHP client
===========================

[](#inmotiv-rdc-soap-php-client)

[![Build Status](https://camo.githubusercontent.com/f00bd58de2202c531b8dd0e44f0d3a36194b006c105c6ade0651f78fe282a19e/68747470733a2f2f7472617669732d63692e6f72672f636173657963732f696e6d6f7469762d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/caseycs/inmotiv-sdk-php)

InMotiv () is one of the official RDW partners. It provides SOAP endpoints to access RDW database. For example you can check whether driver licence is valid or not by number and owner birthday.

Requirements
------------

[](#requirements)

- PHP 7.1
- SOAP extension

How to use
----------

[](#how-to-use)

Fill your InMotiv credentials and driver license details in the code below:

```
$endpointProvider = new ProductionEndpointProvider();
$xmlBuilder = new XmlBuilder();
$client = new InMotivClient(
    $endpointProvider,
    $xmlBuilder,
    111111,
    'rdc111111999',
    'xxxXXXxxx'
);
var_dump($client->isDriverLicenceValid('1111111111', 1990, 1, 1));
```

And result should be

```
bool(true)

```

See full example in [example.php](example.php).

### Debug mode

[](#debug-mode)

Request and response headers and bodies can be printed by forcing debug mode of the client. Notice the last optional argument:

```
$client = new InMotivClient(
    $endpointProvider,
    $xmlBuilder,
    111111,
    'rdc111111999',
    'xxxXXXxxx',
    true
);
```

Now lots of details became visible.

What is currently implemented
-----------------------------

[](#what-is-currently-implemented)

- driver licence check
- very basic vehicle details by numberplates

How to test
-----------

[](#how-to-test)

Since InMotiv does not have open sandbox account, you have to create `.env` file in the project root with your credentials. Also you need to provide a valid driver licence and numberplates details.

```
INMOTIV_CLIENT_NUMBER=111111
INMOTIV_USERNAME=rdc111111999
INMOTIV_PASSWORD=xxxXXXxxx

DRIVER_LICENCE_NUMBER=xxxxxxxxxx
BIRTHDAY_YEAR=2000
BIRTHDAY_MONTH=10
BIRTHDAY_DAY=10

NUMBERPLATES_CAR=22PBR4
NUMBERPLATES_MOTORCYCLE=05MMGG
NUMBERPLATES_MOTORCYCLE_ELECTRIC=81MGVP
NUMBERPLATES_MOTORCYCLE_WITHOUT_FIRST_REGISTRATION_DATE=07MJHJ

```

Then just run `./vendor/bin/phpunit`. Everything should be green.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% of commits — single point of failure

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

Every ~59 days

Recently: every ~165 days

Total

15

Last Release

3060d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41736c206f72612ed210fa7b5dce5e56d3b31c70c551bcde8c870ac19043a36c?d=identicon)[caseycs](/maintainers/caseycs)

---

Top Contributors

[![caseycs](https://avatars.githubusercontent.com/u/76095?v=4)](https://github.com/caseycs "caseycs (33 commits)")[![zomberg](https://avatars.githubusercontent.com/u/3898982?v=4)](https://github.com/zomberg "zomberg (1 commits)")

---

Tags

apisoaprdwrdcinmotivnetherlandholland

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/iliakondrashov-inmotiv-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/iliakondrashov-inmotiv-sdk-php/health.svg)](https://phpackages.com/packages/iliakondrashov-inmotiv-sdk-php)
```

###  Alternatives

[gusapi/gusapi

Gus Api Library for PHP

1391.6M8](/packages/gusapi-gusapi)[hiddeco/transip

The better TransIP API client.

22333.9k2](/packages/hiddeco-transip)

PHPackages © 2026

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