A symfony wrapper bundle for Amazon Product Advertising API.
Via Composer
composer require alessandrodipierro/amazon-product-advertising-api-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]]