dhl-php-sdk
dhl-php-sdk copied to clipboard
Unofficial DHL PHP SDK based on the DHL API - Updated to API-Version 2
I've think about assigning the last 4 digits of the EKP automaticly depending on which Product is used (and if a Return-Lebel is needed)... But I'm a bit unsure if...
The `test.php` File is a mess and I want make more examples instead of this one with many comments etc
I want to add better Value-Validation on Class creations (eg test if a value is to long or isn't valid) The current validation is to basic imo
I used some same code fragments quite often in the BusinessShipment Class... It really disturbs me, I want to reduce the amount of duplicate Code here
**This is just an info to @Petschko ** I read here: https://github.com/Petschko/dhl-php-sdk/blob/a78ea297246a18c280902ec5c78cc60a4858025f/examples/getting-started.md#domanifest > I personally don't know for what is this for, but it works! I just run about this...
This is a minimal PHPUnit Testsuite. This should serve as a starting point for a complete test suite and simplify the introduction to the DHL API development.