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

1.0.5 2024-09-15 11:20 UTC

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

  1. composer require sanjayojha/laravel-amazon-paapi5
  2. Laravel 8.0 or later
  3. php artisan vendor:publish --provider="MatthiasVanGorp\LaravelAmazonPaapi5\LaravelAmazonPaapi5ServiceProvider" --tag="config" will create a config/amazon-api-key.php file.
  4. Add your Amazon access and secret keys into the your .env file:
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.