prestaconnect/prestashopwebservice

1.0.3 2023-03-21 13:46 UTC

This package is auto-updated.

Last update: 2024-04-21 17:33:44 UTC


README

Total Downloads Latest Stable Version

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

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.