matthiasvangorp / laravel-amazon-paapi5
Laravel package for Amazon Product advertising API v5 using Official PHP SDK
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 3
pkg:composer/matthiasvangorp/laravel-amazon-paapi5
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.0
This package is auto-updated.
Last update: 2026-01-15 14:32:14 UTC
README
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.
Installation
composer require sanjayojha/laravel-amazon-paapi5- Laravel 8.0 or later
php artisan vendor:publish --provider="MatthiasVanGorp\LaravelAmazonPaapi5\LaravelAmazonPaapi5ServiceProvider" --tag="config"will create aconfig/amazon-api-key.phpfile.- Add your Amazon access and secret keys into the your
.envfile:
AMAZON_PRODUCTS_ACCESS_KEY=youAccessKey
AMAZON_PRODUCTS_PRIVATE_KEY=youPrivateKey
Usage
TODO
Testing
TODO
Complete documentation, installation instructions, and examples for using official PHP SDK are available here.