PHPackages                             caponica/amazon-mws-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. caponica/amazon-mws-bundle

ActiveSymfony-bundle

caponica/amazon-mws-bundle
==========================

Symfony2 service wrapper for Amazon MWS PHP API

v0.0.2(10y ago)3959MITPHP &gt;=5.3.2

Since Apr 18Compare

[ Source](https://github.com/caponica/AmazonMwsBundle)[ Packagist](https://packagist.org/packages/caponica/amazon-mws-bundle)[ RSS](/packages/caponica-amazon-mws-bundle/feed)WikiDiscussions Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Amazon MWS Bundle
=================

[](#amazon-mws-bundle)

Amazon MWS integration via a Symfony service.

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

[](#installation)

Install using [composer](http://getcomposer.org) by adding the following in the `require` section of your `composer.json` file:

```
    "require": {
        ...
        "caponica/amazon-mws-bundle": "dev-master"
    },
```

Register the bundle in your kernel:

```
