emild / prestashop-webservice-lib
PrestaShop Webservice access library
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 306
pkg:composer/emild/prestashop-webservice-lib
Requires
- php: >= 5.3.0
- ext-curl: *
- ext-libxml: *
- ext-simplexml: *
This package is auto-updated.
Last update: 2025-10-12 18:59:16 UTC
README
This library allows you to perform requests to a PrestaShop instance using the Webservice API.
Installation
Install the library using composer:
composer require prestashop/prestashop-webservice-lib
Usage
You can find usage examples in the examples folder.
Read the tutorials for more.
License
This library is released under the OSL-3.0 license.