Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 310 Bytes

DHL24 WebAPI Library

This library is SDK for: https://dhl24.com.pl/webapi/doc.html

Usage

    $authData = new \Dhl\Structure\AuthData(USERNAME, PASSWORD);
    $dhlClient = new \Dhl\Client('https://testowy.dhl24.com.pl/webapi', $authData);

    $result = $dhlClient->getVersion();