承接 scayle/storefront-api 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

scayle/storefront-api

最新稳定版本:v1.136.1

Composer 安装命令:

composer require scayle/storefront-api

包简介

SCAYLE Storefront API SDK

README 文档

README

scayle-logo-cr

SCAYLE Storefront API PHP SDK

Documentation | Website

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

统计信息

  • 总下载量: 4.87k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 77
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 77
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-11-25