Skip to content

The SCAYLE Storefront API PHP SDK streamlines interactions with Storefront REST APIs.

Notifications You must be signed in to change notification settings

scayle/storefront-api-php-sdk

Repository files navigation

scayle-logo-cr

SCAYLE Storefront API PHP SDK

The SCAYLE Storefront API PHP SDK streamlines interactions with Storefront REST APIs.

SCAYLE's **Storefront API PHP SDK is released under the MIT license.

Getting Started

Visit the Quickstart Guide to set up the Storefront API PHP SDK

Visit the Docs to learn more about our system requirements.

Installation

# Install the PHP library with Composer
`composer require scayle/storefront-api`

# Initialise SDK
use Scayle\StorefrontApi\StorefrontClient;

$client = new StorefrontClient([
  'apiUrl' => 'https://{{tenant-space}}.storefront.api.scayle.cloud/v1/',
  'shopId' => 1001,
  'auth' => [
    'type' => 'token',
    'token' => '{{Access-Token}}',
  ],
]);

What is Scayle ?

SCAYLE is a full-featured e-commerce software solution that comes with flexible APIs. Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.

Learn more about Scayles’s architecture and commerce modules in the [Docs] (https://new.scayle.dev/en/user-guide).

Community

The community and core teams are available in GitHub, where you can ask for support, discuss roadmap, and share ideas.

Other channels

License

Licensed under the MIT

About

The SCAYLE Storefront API PHP SDK streamlines interactions with Storefront REST APIs.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages