shopbase / shopware-client
API Client for Shopware
1.0.0
2019-03-03 20:40 UTC
Requires
- php: ^7.1.3
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-03-29 00:36:13 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