mobi-market/amazon-mws-sdk-laravel

Amazon MWS SDK Laravel Package

Installs: 2 189

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/mobi-market/amazon-mws-sdk-laravel

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

This package is auto-updated.

Last update: 2025-10-09 01:16:11 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