boekuwzending/php-sdk

Boekuwzending API client for PHP.

v2.2.0 2024-02-02 09:53 UTC

README

68747470733a2f2f626f656b75777a656e64696e672e6e6c2f77702d636f6e74656e742f75706c6f6164732f323031392f30352f6c6f676f5f736c696465725f6d6f62696c652e706e67

A PHP library for communicating with the Boekuwzending.com API.

Requirements

Build Status Test Coverage

Composer installation

Install the API client using Composer.

$ composer require boekuwzending/php-sdk

Getting started

Creating the client:

$client = Boekuwzending\ClientFactory::build('Your API client ID', 'Your API client Secret');

Asking the API for tracking for a specific shipment:

$client->trackAndTrace->get('c45db117-4b06-43d4-ac5f-11afce96a168');