Download the PHP package aurigma/php-storefront-products-client without Composer

On this page you can find all versions of the php package aurigma/php-storefront-products-client. 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 php-storefront-products-client

Aurigma Customer's Canvas SDK - Storefront Products API Client

======================================================

This module is a PHP API client for Storefront Products API service which is a part of Customer's Canvas web-to-print system. It is supposed that you are familiar with its services and understand how to use its APIs. To learn more about Customer's Canvas and its services, refer the Getting Started section of its documentation.

Pre-requisites

To be able to use this package, you need to meet the following requirements:

For other platforms, see the Backend services article in Customer's Canvas documentation.

Installation

Requirements

PHP 7.2 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

Tests

To run the tests, use:

Author

Aurigma Inc https://customerscanvas.com)

API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
ProductReferencesApi productReferencesGet GET /api/storefront/v1/product-references/ext/{reference} Returns a storefront product reference.
ProductReferencesApi productReferencesGetAll GET /api/storefront/v1/product-references/ext Returns all storefront product references relevant to the specified query parameters.
ProductReferencesApi productReferencesGetAllProductLinks GET /api/storefront/v1/product-references/ext/product-links Returns a list of product links associated with storefront product references relevant to the specified query parameters.
ProductReferencesApi productReferencesGetProduct GET /api/storefront/v1/product-references/ext/{reference}/product Returns a product by storefront product reference.
ProductReferencesApi productReferencesGetProductCostDetails GET /api/storefront/v1/product-references/ext/{reference}/product-cost-details Returns a product cost details from ecommerce system.
ProductReferencesApi productReferencesGetProductFilter GET /api/storefront/v1/product-references/ext/{reference}/product-filter Returns a product filter by storefront product reference.
ProductReferencesApi productReferencesGetProductLink GET /api/storefront/v1/product-references/ext/{reference}/product-link Returns a product link by storefront product reference.
ProductReferencesApi productReferencesGetProductPersonalizationWorkflow GET /api/storefront/v1/product-references/ext/{reference}/product-personalization-workflow Returns a product personalization workflow configuration by storefront product reference.
ProductReferencesApi productReferencesObsoleteGetProduct GET /api/storefront/v1/product-references/{reference}/product Returns a product by storefront product reference.
ProductReferencesApi productReferencesObsoleteGetProductFilter GET /api/storefront/v1/product-references/{reference}/product-filter Returns a product filter by storefront product reference.
ProductReferencesApi productReferencesObsoleteGetProductLink GET /api/storefront/v1/product-references/{reference}/product-link Returns a product link by storefront product reference.
ProductReferencesApi productReferencesObsoleteGetProductPersonalizationWorkflow GET /api/storefront/v1/product-references/{reference}/product-personalization-workflow Returns a product personalization workflow configuration by storefront product reference.
ProductsApi productsGetAllProductOptions GET /api/storefront/v1/products/options Returns a list of product options for all products.
ProductsApi productsGetAllProducts GET /api/storefront/v1/products Returns all products, relevant to the specified query parameters.
ProductsApi productsGetAvailableProductTags GET /api/storefront/v1/products/available-tags Returns a list of all available product tags.
ProductsApi productsGetProduct GET /api/storefront/v1/products/{id} Returns a product by identifier.
ProductsApi productsGetProductFilter GET /api/storefront/v1/products/{id}/filters/{productFilterId} Returns a product filter.
ProductsApi productsGetProductFilters GET /api/storefront/v1/products/{id}/filters Returns a list of product filters.
ProductsApi productsGetProductLink GET /api/storefront/v1/products/{id}/links/{productLinkId} Returns a product link.
ProductsApi productsGetProductLinks GET /api/storefront/v1/products/{id}/links Returns a list of product links.
ProductsApi productsGetProductOptions GET /api/storefront/v1/products/{id}/options Returns a list of product options.
ProductsApi productsGetProductVariant GET /api/storefront/v1/products/{id}/variants/{productVariantId} Returns a product variant.
ProductsApi productsGetProductVariantDesigns GET /api/storefront/v1/products/{id}/variant-designs Returns a list of product variant designs.
ProductsApi productsGetProductVariantMockups GET /api/storefront/v1/products/{id}/variant-mockups Returns a list of product variant mockups.
ProductsApi productsGetProductVariants GET /api/storefront/v1/products/{id}/variants Returns a list of product variants.
ProductsApi productsSetProductVariantPrice POST /api/storefront/v1/products/{id}/set-variant-price Set product variant price.
ProductsApi productsUpdateProductVariantResources POST /api/storefront/v1/products/{id}/update-variant-resources Updates product variant resources.

Models


All versions of php-storefront-products-client with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
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 aurigma/php-storefront-products-client contains the following files

Loading the files please wait ....