PHPackages                             kkuetnet/prestashopwebservice-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kkuetnet/prestashopwebservice-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

kkuetnet/prestashopwebservice-bundle
====================================

Prestashop WebService bundle for Symfony 2

51636[1 issues](https://github.com/anthonykgross/PrestashopWebServiceBundle/issues)[2 PRs](https://github.com/anthonykgross/PrestashopWebServiceBundle/pulls)PHP

Since Jun 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/anthonykgross/PrestashopWebServiceBundle)[ Packagist](https://packagist.org/packages/kkuetnet/prestashopwebservice-bundle)[ RSS](/packages/kkuetnet-prestashopwebservice-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Getting Started
===============

[](#getting-started)

This bundle allow you to integrate easily Prestashop API into your symfony project.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+.

Installation
------------

[](#installation)

Installation is a quick 4 step process:

1. Download KkuetNetPrestashopWebServiceBundle using composer
2. Enable the Bundle
3. Configure the KkuetNetPrestashopWebServiceBundle
4. How to use

### Step 1: Download KkuetNetPrestashopWebServiceBundle using composer

[](#step-1-download-kkuetnetprestashopwebservicebundle-using-composer)

Add KkuetNetPrestashopWebServiceBundle in your composer.json:

```
{
    "require": {
        "kkuetnet/prestashopwebservice-bundle": "dev-master"
    }
}
```

Composer will install the bundle to your project's `vendor/kkuetnet` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
