Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jupi007/prestashop-webservice-extra

A pretty way to interact with your Prestashop webservice
https://github.com/jupi007/prestashop-webservice-extra

prestashop prestashop-webservice prestashop-webservice-extra

Last synced: 2 days ago
JSON representation

A pretty way to interact with your Prestashop webservice

Awesome Lists containing this project

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](https://github.com/PrestaShop/PrestaShop-webservice-lib) and include 100% functionality of the latter.

Installation
============

Make sure Composer is installed globally, as explained in the
[installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Open a command console, enter your project directory and execute:

```console
$ composer require "jupi/prestashop-webservice-lib-extra"
```

Usage
=====

**TODO**