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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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:

Installation with composer

Running Test Cases with composer

  1. Register Test Directory
    In the composer.json file, register the test directory under the autoload-dev psr-4 section:

  2. Configure TestCase
    Open the tests/Pest.php file and add this line:

  3. Dump Composer Autoload for Tests

  4. 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.

  1. Regsiter the package provider In the config/app.php file add the below provider class under the providers key

  2. In the composer.json file register the test directory under the autoload psr-4 section

  3. Run below given commands

Running test cases

  1. Register Test Directory Register test directory in composer.json under the autoload-dev psr-4 section

  2. Configure TestCase

    • Configure the testcase in tests/Pest.php. Add the following line:
  3. Dump Composer Autoload for Tests

    • Dump composer autolaod for tests directory
  4. Run Tests
    • Run tests for only this package with the below command


All versions of shopify-connector with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package unopim/shopify-connector contains the following files

Loading the files please wait ....