ekyna/dpd
Laravel package adding DPD (Dynamic Parcel Distribution) shipping features: API integration for label creation, shipment tracking, pickup/dispatch options, and related helpers/config to connect your app to DPD delivery services.
PHP component for DPD shipment.
composer require ekyna/dpd
You will need credentials and IP address authorization. Please refer to your DPD contact to get access granted.
Copy ./examples/config.php.dist into ./examples/config.php and fill credentials.
docker build . -t dpd-test
docker run -it --rm dpd-test php examples/create-multi-shipment-bc.php
How can I help you explore Laravel packages today?