Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
PHP client for PrestaShop Webservices
- Host: GitHub
- URL: https://github.com/prestashop/prestashop-webservice-lib
- Owner: PrestaShop
- License: osl-3.0
- Created: 2012-11-23T10:24:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T12:34:09.000Z (2 months ago)
- Last Synced: 2025-01-09T06:05:42.299Z (15 days ago)
- Topics: hacktoberfest, php, prestashop, prestashop-webservice, webservice-client
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 212
- Watchers: 72
- Forks: 306
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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