Download the PHP package unopim/shopify-connector without Composer
On this page you can find all versions of the php package unopim/shopify-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download unopim/shopify-connector
More information about unopim/shopify-connector
Files in unopim/shopify-connector
Package shopify-connector
Short Description A Shopify integration package for Unopim, enabling seamless product data synchronization between Unopim and Shopify.
License MIT
Informations about the package shopify-connector
UnoPim Shopify Connector
Effortlessly integrate your Shopify store with UnoPim for seamless product data management and synchronization. You can currently export catalogs, including categories and both simple and variant products, from UnoPim to Shopify.
Requiremenets:
- Unopim: v0.1.3
Installation with composer
-
Run the following command
- Run the command to execute migrations and clear the cache.
Running Test Cases with composer
-
Register Test Directory
In thecomposer.json
file, register the test directory under theautoload-dev
psr-4
section: -
Configure TestCase
Open thetests/Pest.php
file and add this line: -
Dump Composer Autoload for Tests
- Run Tests
To run tests for the Shopify package, use the following command:
Installation without composer
Download and unzip the respective extension zip. Rename the folder to Shopify
and move into the packages/Webkul
directory of the project's root directory.
-
Regsiter the package provider In the
config/app.php
file add the below provider class under theproviders
key -
In the
composer.json
file register the test directory under theautoload
psr-4
section - Run below given commands
Running test cases
-
Register Test Directory Register test directory in
composer.json
under theautoload-dev
psr-4
section -
Configure TestCase
- Configure the testcase in
tests/Pest.php
. Add the following line:
- Configure the testcase in
-
Dump Composer Autoload for Tests
- Dump composer autolaod for tests directory
- Run Tests
- Run tests for only this package with the below command