PHP code example of wedesignit / dropshiphub-php-api-client
1. Go to this page and download the library: Download wedesignit/dropshiphub-php-api-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/ */
wedesignit / dropshiphub-php-api-client example snippets
$client = new \WeDesignIt\Dropshiphub\Client($apiToken);
$dropshiphub = new \WeDesignIt\Dropshiphub\Dropshiphub($client);