php-etl / prestashop-api-client
ETL管道的Prestashop API客户端
dev-main / 0.1.x-dev
2023-08-24 09:13 UTC
Requires
- php: ^8.2
- prestashop/prestashop-webservice-lib: dev-feature/image-upload
- symfony/property-access: ^6.3
- symfony/serializer: ^6.2
This package is auto-updated.
Last update: 2024-09-24 11:18:24 UTC
README
一个使用Prestashop API的PHP客户端。
兼容性矩阵
API使用
<?php $builder = new \Kiboko\Component\Prestashop\ApiClient\ClientFactory(); $client = $builder->buildClient('http://example-prestashop.com', 'WEBSERVICE_KEY12345'); $client->getProductsApi()->all();