php-etl / prestashop-api-client
Prestashop API client for ETL Pipeline
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-10-24 11:33:48 UTC
README
A PHP client that uses the Prestashop API.
Compatibility matrix:
API usage
<?php $builder = new \Kiboko\Component\Prestashop\ApiClient\ClientFactory(); $client = $builder->buildClient('http://example-prestashop.com', 'WEBSERVICE_KEY12345'); $client->getProductsApi()->all();