Skip to content

galaxycube/dx-courier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DX Couriers PHP Wrapper

PHP SDK Wrapper Library for DX Couriers REST API.

Right now it allows you to CREATE, GET LABEL, AMEND (date only) and DELETE consignments.

Currently DX's REST API doesn't include functionality for live tracking or webhooks. This has been added by wrapping their front end tracking systems.

It's been tested with Mainland U.K addresses only just now.

Installation

Install via composer

composer require galaxycube/dx-courier

Usage

See examples folder for usage examples.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Standard MIT License