Download the PHP package jupi/prestashop-webservice-bundle without Composer
On this page you can find all versions of the php package jupi/prestashop-webservice-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jupi/prestashop-webservice-bundle
More information about jupi/prestashop-webservice-bundle
Files in jupi/prestashop-webservice-bundle
Package prestashop-webservice-bundle
Short Description Symfony integration for PrestaShop Webservice lib
License MIT
Informations about the package prestashop-webservice-bundle
Jupi PrestaShop Webservice (Extra) Bundle
Symfony integration of PrestaShop Webservice lib and PrestaShop Webservice lib Extra.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Configuration
Prerequisites
First at all, you must enable the webservice feature of your PrestaShop store and create an API key access. Please have a look at the official doc: Creating access to the Webservice.
It is recommended to fill secret infos like API keys into .env.local
file.
To do this, create a config/packages/jupi_presta_shop_webservice.yaml
:
And then add these environment variables to your .env.local
:
Usage
Just inject the service by type-hinting an argument with the Jupi\PrestaShopWebserviceBundle\Services\PrestaShopWebservice
or PrestaShopWebserviceExtra
class:
Once you have a PrestaShopWebservice
or PrestaShopWebserviceExtra
instance, you can use it just like the normal corresponding library.
See the official documentation for more informations: https://devdocs.prestashop.com/1.7/webservice/tutorials/prestashop-webservice-lib/
And also the PrestaShop Webservice lib Extra repository.
All versions of prestashop-webservice-bundle with dependencies
symfony/config Version ^5.0 || ^6.0
symfony/dependency-injection Version ^5.0 || ^6.0
symfony/http-kernel Version ^5.0 || ^6.0