https://github.com/phildl/learning-ps-webservice
Source files for tutorial http://www.phildl.com/webservice-prestashop-ajout-dun-produit/
https://github.com/phildl/learning-ps-webservice
Last synced: 3 months ago
JSON representation
Source files for tutorial http://www.phildl.com/webservice-prestashop-ajout-dun-produit/
- Host: GitHub
- URL: https://github.com/phildl/learning-ps-webservice
- Owner: PhilDL
- Created: 2015-08-23T12:53:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T13:07:19.000Z (almost 11 years ago)
- Last Synced: 2025-01-02T01:21:41.402Z (over 1 year ago)
- Language: PHP
- Size: 164 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-ps-webservice
Exemple d'ajout d'un produit avec catégorie, stock et image vers le webservice Prestashop.
Fichiers source du tutorial http://www.phildl.com/webservice-prestashop-ajout-dun-produit/
## Installation
```
git clone https://github.com/PhilDL/learning-ps-webservice
cd learning-ps-webservice
composer install
```
## Utilisation
N'oubliez pas de *modifier* index.php pour y entrer l'URL de votre boutique Prestashop et votre clé API.
lancez un serveur php
```
php -S localhost:8000
```
et rendez vous à http://localhost:8000 pour envoyer votre produit et voir l'output de résultat xml.