Download the PHP package bernhardk/laravel-dpd without Composer
On this page you can find all versions of the php package bernhardk/laravel-dpd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bernhardk/laravel-dpd
More information about bernhardk/laravel-dpd
Files in bernhardk/laravel-dpd
Package laravel-dpd
Short Description Laravel package for using DPD Webservices to submit shipment to dpd und retrieve its label and tracking information.
License MIT
Informations about the package laravel-dpd
DPD Webservices for Laravel
This is a laravel package for the DPD Webservices based on Michiel Meertens' "DPD Webservice" (https://github.com/meertensm/DPD).
Installation
You can install the package via composer with the following command into an existing laravel project. Please note the requirements below.
After that you need to publish the config-file with the following command:
As soon you have configured the credentials in /config/dpd.php you are ready to use the package as described below.
Features
- Submit a shipment to the dpd webservice and retrieve it's label and tracking information
- Retrieve parcel status information
Requirements
- PHP SOAP extension needs to be installed (https://stackoverflow.com/questions/2509143/how-do-i-install-soap-extension/41518256)
- Edit configuration parameters in /config/dpd.php. All parameters are described.
DPD Webservice versions
Webservice | Version |
---|---|
Login Service | 2.0 |
Shipment Service | 4.4 |
Parcel Life Cycle Service | 2.0 |
Basic shipment usage
The package registers a class that can be directly used:
The following code describes a sample usage and returns a PDF file.
Basic tracking usage
The package registers a class that can be directly used:
The following code describes a sample usage and returns the Tracking-Status.
Support
If you have any questions or problems please open a new issue.
License
This package is licensed under the MIT license. The package is based on Michiel Meertens' "DPD Webservice" (https://github.com/meertensm/DPD), which is also licensed under the MIT license.
All versions of laravel-dpd with dependencies
ext-soap Version *
illuminate/support Version ^6|^7|^8|^9|^10|^11|^12