mobi-market/amazon-mws-sdk-laravel

Amazon MWS SDK Laravel Package

v2.1.1 2022-02-02 10:16 UTC

This package is auto-updated.

Last update: 2024-04-29 04:27:12 UTC


README

This package provides all of the php 5 clients provided by amazon for use in MobiMarket applications.

Installation

Install the latest version with

$ composer require mobi-market/amazon-mws-sdk-laravel

Run composer update followed by composer dump

Publish the configuration file

php artisan vendor:publish --provider="MobiMarket\Amazon\AmazonServiceProvider"

Update the settings in the configuration file located in: config\amazon.php

Basic Usage

unfinished