ehibes / Dpd

PHP component for DPD shipment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ekyna/Dpd

PHP component for DPD shipment.

Build

Installation

composer require ekyna/dpd

Usage

EPrint

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.

Testing with Docker

docker build . -t dpd-test
docker run -it --rm dpd-test php examples/create-multi-shipment-bc.php

About

PHP component for DPD shipment

License:MIT License


Languages

Language:PHP 99.8%Language:Dockerfile 0.2%