yireo/shopware6-store-api-client

PHP client for Shopware 6 Store API

dev-master 2021-11-24 08:00 UTC

This package is auto-updated.

Last update: 2024-04-24 13:17:56 UTC


README

Installation

composer require yireo/shopware6-store-api-client

Usage

use Yireo\StoreApiClient\Client;

require_once __DIR__ . '/vendor/autoload.php';

$apiClient = new Client('http://example.com/', 'YOUR_ACCESS_KEY');
print_r($apiClient->getToken());