/Shopware-Client

Object-oriented layer for Shopware-API connections

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Shopware Client

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