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 |
<?php
$builder = new \Kiboko\Component\Prestashop\ApiClient\ClientFactory();
$client = $builder->buildClient('http://example-prestashop.com', 'WEBSERVICE_KEY12345');
$client->getProductsApi()->all();