prestashop / prestashop-webservice-lib
PrestaShop Webservice access library
dev-master
2024-07-02 13:40 UTC
Requires
- php: >= 5.3.0
- ext-curl: *
- ext-libxml: *
- ext-simplexml: *
This package is auto-updated.
Last update: 2024-10-17 09:57:22 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:dev-master
Usage
You can find usage examples in the examples folder.
Read the tutorials for more.
Reporting issues
You can report issues with this module in the main PrestaShop repository. Click here to report an issue.
License
This library is released under the OSL-3.0 license.