mjarestad/dhl-quote-price

Package generated from https://www.dhltoolbox.se/DHLQuotePriceWS/QuotePrice.asmx?WSDL using wsdltophp/packagegenerator

1.0.0 2019-03-12 16:23 UTC

This package is auto-updated.

Last update: 2024-03-13 04:09:56 UTC


README

Latest Stable Version License

A wrapper for DHL Freight Sweden QuotePrice Web Service. Package generated from https://www.dhltoolbox.se/DHLQuotePriceWS/QuotePrice.asmx?WSDL using wsdltophp/packagegenerator.

Installation

With composer:

composer require mjarestad/dhl-quote-price

How to use

$quote = [
    'DHLStycke' => [
        'AgreementNo' => '',
        'Weight' => 1000,
        'Volume' => 2,
        'SenderReceiver' => [
            'FromPostCode' => '50630',
            'ToPostCode' => '26772',
        ]
    ]
];

More info coming soon!

Built With

Authors

  • Mattias Jarestad

License

This project is licensed under the MIT License - see the LICENSE file for details