Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
/ php-sdk Public archive
forked from boekuwzending/php-sdk

PHP package for Boekuwzending API

Notifications You must be signed in to change notification settings

Luukdewaaier/php-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boekuwzending.com API client for PHP

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');

About

PHP package for Boekuwzending API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%