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

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

caponica/amazon-paa-bundle
==========================

Symfony2 service to access the Amazon Product Advertising API

31.0k[1 issues](https://github.com/caponica/AmazonProductAdvertisingApiBundle/issues)PHP

Since Sep 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/caponica/AmazonProductAdvertisingApiBundle)[ Packagist](https://packagist.org/packages/caponica/amazon-paa-bundle)[ RSS](/packages/caponica-amazon-paa-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Amazon Product Advertising API Bundle
=====================================

[](#amazon-product-advertising-api-bundle)

Amazon PAA integration via a Symfony service wrapper around caponica/amazon-paa.

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

[](#installation)

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

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

Register the bundle in your kernel:

```
