PrestaShopWebService
Object-Oriented PHP implementation for PrestaShop WebService API
This library allows you to use PrestaShop Web Service API just like a native PrestaShop Object.
Installation
Install the latest version with
$ composer require prestaconnect/prestashopwebservice
âš This repo needsminimum-stability
:dev
on your composer.json
Documentation
- Introduction
- Exists Method
- List Method
- Advanced Filters on Listing
- Add Method
- Update Method
- Save Method
- Delete Method
- Configuration Class Usage
- Search Class Usage
- Image Class Usage
- Tools & Validate Classes
About
Requirements
- PHP
^7.1.3
. - PHP Extension
ext-curl
. - PHP Extension
ext-libxml
. - PHP Extension
ext-simplexml
. - PHP Extension
ext-json
. - PHP Extension
ext-dom
. - PHP Extension
ext-fileinfo
. - PHP Extension
ext-intl
. - PHP Extension
ext-openssl
.
Bugs and feature request are tracked on GitHub
Author
PrestaConnect - contact@prestaconnect.net - https://www.prestaconnect.net
See also the list of contributors who participated in this project.
License
PrestaShopWebService is licensed under the MIT License - see the LICENSE file for details
Acknowledgements
This library is heavily inspired by PrestaShop's ORM.