wedesignit/dropshiphub-php-api-client

PHP Client for the Dropshiphub API

v1.0.1 2024-10-09 09:34 UTC

This package is auto-updated.

Last update: 2024-11-09 09:46:28 UTC


README

Installing

composer require wedesignit/dropshiphub-php-api-client

Creating the connector

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