shopbase/shopware-client

API Client for Shopware

1.0.0 2019-03-03 20:40 UTC

This package is auto-updated.

Last update: 2024-03-29 03:20:11 UTC


README

The Shopware-Client package defines an object-oriented layer for connections with Shopware-API.

Resources

Examples

$connection = new \Shopbase\ShopwareClient\Connection(
    'myUsername',
    'myKey',
    'http://example.com',
    'api'
);

$client = new \Shopbase\ShopwareClient\Client($connection);

$result = $client->get(\Shopbase\ShopwareClient\Resources\Customer::class, 1)->toObject();

Changelog

[Master-Build]

  • Added timeout

[1.0]

  • Initial commit of package

Donate