Skip to content

alessandrodipierro/AmazonProductAdvertisingApiBundle

Repository files navigation

AmazonProductAdvertisingApiBundle

A symfony wrapper bundle for Amazon Product Advertising API.

Install

Via Composer

composer require alessandrodipierro/amazon-product-advertising-api-bundle

Configure the bundle

This bundle was designed to just work out of the box. The only thing you have to configure in order to get this bundle up and running is your API token.

# config/packages/amazon_pa_api.yaml

amazon_product_advertising_api:
  api_key: 'API_KEY_HERE'
  api_secret: 'API_KEY_HERE'
  host: 'HOST_HERE'
  region: 'REGION_HERE'

Add bundle to the bundles configuration.

# config/bundles.php

[ AlessandroDiPierro\AmazonProductAdvertisingApiBundle\AmazonProductAdvertisingApiBundle::class => ['all' => true]]

About

A symfony wrapper bundle for Amazon Product Advertising API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages