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
Requires
- php: >=5.3.3
- ext-mbstring: *
- ext-soap: *
- wsdltophp/packagebase: ~2.0
This package is auto-updated.
Last update: 2024-11-13 05:26:27 UTC
README
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
- WsdlToPhp - Wsdl to Php Package Generator
Authors
- Mattias Jarestad
License
This project is licensed under the MIT License - see the LICENSE file for details