Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
A pretty way to interact with your Prestashop webservice
- Host: GitHub
- URL: https://github.com/jupi007/prestashop-webservice-extra
- Owner: Jupi007
- License: mit
- Created: 2021-05-07T18:23:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T12:28:44.000Z (over 2 years ago)
- Last Synced: 2024-10-13T22:42:31.505Z (about 1 month ago)
- Topics: prestashop, prestashop-webservice, prestashop-webservice-extra
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**