Skip to content

php-etl/prestashop-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PrestaShop API Client

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages