2017 © Pedro Peláez
 

library nummerplade-api

A simple package to access http://www.nummerpladeapi.dk (Requires subscription)

image

kameli/nummerplade-api

A simple package to access http://www.nummerpladeapi.dk (Requires subscription)

  • Friday, November 17, 2017
  • by danielboendergaard
  • Repository
  • 2 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

Nummerplade API

This is a simple library to demonstrate how to use our API., (*1)

Find more information on http://www.nummerpladeapi.dk, (*2)

If you have any non-code related questions, please send us an e-mail at info@kameli.dk, (*3)

Installation

composer require kameli/nummerplade-api, (*4)

Example

$client = new Kameli\NummerpladeApi\Client('API_TOKEN');

$vehicle = $client->vehicleByRegistration('REGISTRATION');
// $vehicle = $client->vehicleByVin('VIN');

$dmr = $client->dmr($vehicle->vehicle_id);
$debt = $client->debt($vehicle->vehicle_id);
$inspections = $client->inspections($vehicle->vehicle_id);

The Versions

17/11 2017

dev-master

9999999-dev

A simple package to access http://www.nummerpladeapi.dk (Requires subscription)

  Sources   Download

MIT

by Daniel Bøndergaard

06/07 2016

v1.0.0

1.0.0.0

A simple package to access http://www.nummerpladeapi.dk (Requires subscription)

  Sources   Download

MIT

by Daniel Bøndergaard