php-etl/prestashop-api-client

Prestashop API client for ETL Pipeline

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

This package is auto-updated.

Last update: 2024-04-24 10:28:45 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();