shopbase/shopware-client
最新稳定版本:1.0.0
Composer 安装命令:
composer require shopbase/shopware-client
包简介
API Client for Shopware
README 文档
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
统计信息
- 总下载量: 2.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2019-03-03