Download the PHP package deadkash/dhl-api-express without Composer
On this page you can find all versions of the php package deadkash/dhl-api-express. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download deadkash/dhl-api-express
More information about deadkash/dhl-api-express
Files in deadkash/dhl-api-express
Package dhl-api-express
Short Description API communication to the DHL Express web services.
License MIT
Informations about the package dhl-api-express
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.
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
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
Support
The DHL Express Shipping API SDK was created to be used in conjunction with the Magento® 2 module DHL Express Rates at Checkout. Any other usage will not receive official support.
Developer
Christoph Aßmann | Netresearch GmbH & Co. KG | @mam08ixo
License
See LICENSE.md for license details.