wedesignit/dropshiphub-php-api-client

PHP Client for the Dropshiphub API

v1.0.2 2025-01-28 19:28 UTC

This package is auto-updated.

Last update: 2025-03-28 19:55:54 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);