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