prestaconnect / prestashopwebservice
PrestaShop WebService
1.0.3
2023-03-21 13:46 UTC
Requires
- php: ^7.1.3
- ext-curl: *
- ext-dom: *
- ext-fileinfo: *
- ext-intl: *
- ext-json: *
- ext-libxml: *
- ext-openssl: *
- ext-simplexml: *
- egulias/email-validator: ^2.1
- prestashop/prestashop-webservice-lib: dev-master
README
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 needs
minimum-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.