Skip to content

ThemePoint/Shopware-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Object-oriented layer for Shopware-API connections

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages