php-etl / prestashop-api-client
Prestashop API client for ETL Pipeline
Installs: 678
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/php-etl/prestashop-api-client
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: 2025-09-24 13:31:33 UTC
README
A PHP client that uses the Prestashop API.
Compatibility matrix:
Prestashop version(s) | php-etl Client version | PHP requirements | CI status |
---|---|---|---|
8.1.0 | ^0.1 (master) | ^8.2 |
API usage
<?php $builder = new \Kiboko\Component\Prestashop\ApiClient\ClientFactory(); $client = $builder->buildClient('http://example-prestashop.com', 'WEBSERVICE_KEY12345'); $client->getProductsApi()->all();