lsolesen/postnord-php-sdk

PHP-SDK to communicate with Post Nord

dev-master 2017-07-23 14:53 UTC

This package is auto-updated.

Last update: 2024-03-24 23:48:12 UTC


README

PHP-SDK for PostNord webservices. You need an API-key to use the service.

<?php
use PostNord\Request;
use PostNord\Client;

$request = new Request($apiKey);
$client = new Client($request);

$result = $client->findNearestByZipCode(7100);

Check out the full API for servicepoints, Track'n'Trace and Transit time.

Alternative

Parcelshop's PHP implementation for parcelshops