mobi-market / amazon-mws-sdk-laravel
Amazon MWS SDK Laravel Package
Installs: 2 179
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
- illuminate/support: >=5.8 <10.0
- league/csv: ^9.7
- spatie/array-to-xml: ^2.16
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 05:53:15 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