Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 279 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 279 Bytes

Dropshiphub API client for PHP

Installing

composer require wedesignit/dropshiphub-php-api-client

Creating the connector

$client = new \WeDesignIt\Dropshiphub\Client($apiToken);
$dropshiphub = new \WeDesignIt\Dropshiphub\Dropshiphub($client);