Download the PHP package slonline/dhl-express-sdk-api without Composer
On this page you can find all versions of the php package slonline/dhl-express-sdk-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download slonline/dhl-express-sdk-api
More information about slonline/dhl-express-sdk-api
Files in slonline/dhl-express-sdk-api
Package dhl-express-sdk-api
Short Description API communication to the DHL Express web services.
License MIT
Informations about the package dhl-express-sdk-api
DHL Express Shipping API SDK for PHP
Description
This library enables extension developers to prepare and parse messages for DHL Express API communication and provides functionality for collecting request data.
This library is derived from dhl/sdk-api-express of Netresearch DTT GmbH.
Requirements
- PHP >= 7.1
- DHL Express customer account able to access the production endpoints (optionally sandpit too)
Installation Instructions
Uninstallation
Features
The DHL Express Shipping API SDK supports the following features:
- Retrieve Shipping Rates
- Create Shipping Label
- Create Shipping Label with Export Items
Shipping Rates
The Rate Request will return DHL's product capabilities (products, services, and estimated delivery time) and prices (where applicable) for a certain set of input data.
Public API
The library's components suitable for consumption comprise of
- services:
- service factory
- rate service
- data transfer object builder
- data transfer objects:
- rate request
- rate response
Usage
Shipping Label
The ShipmentRequest operation will allow you to generate an AWB number and piece IDs, generate a shipping label, transmit manifest shipment detail to DHL, and optionally book a courier for the pickup of a shipment.
Public API
The library's components suitable for consumption comprise of
- services:
- service factory
- shipment service
- data transfer object builder
- data transfer objects:
- shipment request
- shipment response
Usage
Developer
Lubos Odraska | SLONline, s.r.o Christoph Aßmann | Netresearch GmbH & Co. KG | @mam08ixo
License
See LICENSE.md for license details.