wedesignit/dropshiphub-php-api-client

PHP Client for the Dropshiphub API

v1.0.0 2023-02-07 14:01 UTC

This package is auto-updated.

Last update: 2024-05-07 16:48:10 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);