Skip to content

yireo-shopware6/shopware6-store-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PHP client for Shopware 6 Store API

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());

About

PHP client for communicating with the Shopware 6 Store API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages