A PHP library for communicating with the Boekuwzending.com API.
- A Boekuwzending.com account, create one here
- API credentials, send us an email
- PHP 7.1 or higher
Install the API client using Composer.
$ composer require boekuwzending/php-sdk
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');