Laravel package for Amazon Product Advertising API v5 using Official PHP SDK
Note: This is just wrapper around official PHP SDK for amazon Product Advertising API.
composer require sanjayojha/laravel-amazon-paapi5
- Laravel 6.0 or earlier
php artisan vendor:publish --provider="Sanjayojha\LaravelAmazonPaapi5\LaravelAmazonPaapi5ServiceProvider" --tag="config"
will create aconfig/amazon-api-key.php
file.- Add your Amazon access and secret keys into the your
.env
file:
AMAZON_PRODUCTS_ACCESS_KEY=youAccessKey
AMAZON_PRODUCTS_PRIVATE_KEY=youPrivateKey
TODO
TODO
Complete documentation, installation instructions, and examples for using official PHP SDK are available here.