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

dev-main / 0.1.x-dev 2023-08-24 09:13 UTC

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();