mediaopt / dhl-oxid
Requires
- php: >=7.4
- ext-calendar: *
- ext-iconv: *
- ext-json: *
- ext-soap: *
- guzzlehttp/guzzle: ^7.0
- jane-php/open-api-3: ^7.4
- monolog/monolog: ^1.12
- nyholm/psr7: ^1.5
- php-http/curl-client: ^2.2
- symfony/console: ^2.7||^3.1||^4.0||^5.0
Requires (Dev)
- fzaninotto/faker: ^1.7
- guzzlehttp/streams: ^3.0
- mjaschen/phpgeo: ^1.3
- phpunit/phpunit: ^7.5
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-07-10 09:22:07 UTC
README
Warning
This plugin is no longer supported. If you require assistance, please contact support@mediaopt.de to discuss possible support options for your request.
Dieses Plugin wird nicht mehr unterstützt. Falls Sie Unterstützung benötigen, kontaktieren Sie bitte support@mediaopt.de, um mögliche Angebote für Ihre Anfrage zu besprechen.
Post & DHL Versand Oxid Modul
Über die Deutsche Post & DHL Integration in Oxid können Versandscheine manuell oder automatisch aus dem Oxid Backend erzeugt werden. Im Checkout Ihres Onlineshops können Ihre Kunden mehrere Empfängerservices auswählen und so ganz flexibel ihren Versand steuern.
Links
- https://www.dhl.de/de/geschaeftskunden/paket/versandsoftware/partnersysteme/oxid-esales.html
- https://github.com/mediaopt/dhl-oxid-hub/wiki/Post-&-DHL-Versand-Oxid-Modul
Generate Parcel Shipping API (Module developers only)
We use Jane to generate the Parcel Shipping API. In particular, we use the package jane-php/open-api-3.
- Download OpenAPI specification from https://developer.dhl.com/api-reference/parcel-de-shipping-post-parcel-germany-v2#downloads-section
- Ensure appropriate environment for running Jane:
docker run -ti -v $PWD:/var/www/html --rm --entrypoint=bash <php-image>or similar. - Generate API:
src/modules/mo/mo_dhl/vendor/bin/jane-openapi generate -c jane.php