scayle / storefront-api
SCAYLE Storefront API SDK
Installs: 4 215
Dependents: 0
Suggesters: 0
Security: 0
Stars: 77
Watchers: 1
Forks: 4
Open Issues: 2
Requires
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- psr/http-client: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.3
README
SCAYLE Storefront API PHP SDK
Documentation | Website
The SCAYLE Storefront API PHP SDK streamlines interactions with Storefront REST APIs.
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