php-dpd-api icon indicating copy to clipboard operation
php-dpd-api copied to clipboard

DPD Polska - API wrapper

Results 3 php-dpd-api issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm using demo credentials and i don't know why, but when i'm trying to use code from README, i have issue on pickup method. I receive this in browser: `Caught...

Requirements of the new version: - PHP > 7.3 - PSR-4/PSR-12 - support only for the latest DPD API version - CI (Github actions)

enhancement

- add protected field $lastErrors, - after soap request check if status != "OK", if true save respons as JSON to $lastErrors, - add public method getLastErrors() which returns content...