The SCAYLE Storefront API PHP SDK streamlines interactions with Storefront REST APIs.
Visit the Quickstart Guide to set up the Storefront API PHP SDK
Visit the Docs to learn more about our system requirements.
# 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}}',
],
]);
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).
The community and core teams are available in GitHub, where you can ask for support, discuss roadmap, and share ideas.
Licensed under the MIT