Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prestashop/prestashop-webservice-lib

PHP client for PrestaShop Webservices
https://github.com/prestashop/prestashop-webservice-lib

hacktoberfest php prestashop prestashop-webservice webservice-client

Last synced: about 15 hours ago
JSON representation

PHP client for PrestaShop Webservices

Awesome Lists containing this project

README

        

# PHP client for PrestaShop Webservices

This library allows you to perform requests to a PrestaShop instance using the [Webservice API](https://devdocs.prestashop-project.org/8/webservice/).

## Installation

Install the library using composer:

```
composer require prestashop/prestashop-webservice-lib:dev-master
```

## Usage

You can find usage examples in the [examples folder](examples/).

Read the [tutorials](https://devdocs.prestashop-project.org/8/webservice/tutorials/prestashop-webservice-lib/) for more.

## Reporting issues

You can report issues with this module in the main PrestaShop repository. [Click here to report an issue][report-issue].

## License

This library is released under the [OSL-3.0 license](LICENSE.md).

[report-issue]: https://github.com/PrestaShop/PrestaShop/issues/new/choose