PHP code example of seo4net / dhl-webapi-client

1. Go to this page and download the library: Download seo4net/dhl-webapi-client library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

seo4net / dhl-webapi-client example snippets




rator = new Wsdl2PhpGenerator\Generator();
$generator->generate(
    new \Wsdl2PhpGenerator\Config([
        'inputFile' => 'https://dhl24.com.pl/webapi2.html',
        'outputDir' => 'src/Model',
        'namespaceName' => 'DHLClient\Model',
    ])
);