jupi / prestashop-webservice-lib-extra
A fully object-oriented way to interact with Prestashop webservice build on top of Prestashop Webservice lib
v1.3.0
2022-03-14 11:50 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-12-19 17:42:42 UTC
README
Using Symfony? A bundle is available here.
PrestaShop Webservice lib Extra
PrestaShop Webservice lib Extra is a fully object-oriented way to interact with a Prestashop webservice. It is build on top of the official Prestashop Webservice lib and include 100% functionality of the latter.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your project directory and execute:
$ composer require "jupi/prestashop-webservice-lib-extra"
Usage
TODO