mr-jingles / dhl-retoure-php-sdk
PHP DHL Retoure API
Installs: 2 966
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/mr-jingles/dhl-retoure-php-sdk
Requires
- php: >=5.3.10
- ext-mbstring: *
- ext-soap: *
Requires (Dev)
- phpunit/phpunit: ^4.0 || ^5.0 || ^6.0 || ^7.0
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2021-04-03 08:05:49 UTC
README
This unofficial library is wrapping some functions of the DHL SOAP Retoure API in order to easy create retoure labels.
Requirements
- You need a retoure portal set up by a DHL employee.
- PHP-SOAP-Client installed + enabled on your Server. More information on php.net
Install
composer require mr-jingles/dhl-retoure-php-sdk
Usage
See Testcase for basic usage.