simexis/dhl

PHP library to communicate with the Dhl XML Services.

0.0.2 2017-05-15 12:19 UTC

This package is auto-updated.

Last update: 2024-06-14 23:35:39 UTC


README

Authors & contact

Georgi Nachev - jooorooo@gmail.com

Documentation and download

Latest version is available on github at : - https://github.com/jooorooo/dhl

License

The MIT License (MIT). Please see License File for more information.

Description

This library is a PHP Oriented Object client for the Dhl XML API Services. Dhl XML Services is an online web services integration capability that provides Dhl’s service availability, transit times, rates, shipment and courier pickup booking along with shipment tracking from over 140 countries around the world. Using Dhl’s XML Services, customers can incorporate Dhl shipping functionality into their websites, customer service applications or order processing systems.

Setup

You can use composer to use this library.

{
    "require": {
		"simexis/dhl": "*"
    }
}