PHPackages                             enbit/amazon-mws-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. enbit/amazon-mws-laravel

ActiveLibrary[API Development](/categories/api)

enbit/amazon-mws-laravel
========================

Laravel Implementation for 'meertensm amazon-mws'

v1.0.1(6y ago)022GPL-3.0-onlyPHP

Since Mar 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/enbit/amazon-mws-laravel)[ Packagist](https://packagist.org/packages/enbit/amazon-mws-laravel)[ Docs](https://github.com/enbit/amazon-mws-laravel)[ RSS](/packages/enbit-amazon-mws-laravel/feed)WikiDiscussions 1.0 Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

amazon-mws-laravel
==================

[](#amazon-mws-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/4ac4187bd0022f61120d7c0e26fd95487d7658a27d0076c600ef2f9661ecfd2b/68747470733a2f2f706f7365722e707567782e6f72672f656e6269742f616d617a6f6e2d6d77732d6c61726176656c2f762f737461626c653f666f726d61743d706c6173746963)](https://packagist.org/packages/enbit/amazon-mws-laravel) [![Latest Unstable Version](https://camo.githubusercontent.com/630e2be553295218acf90d9e1f8978dabe0c31c6ef062883f602280deaeead72/68747470733a2f2f706f7365722e707567782e6f72672f656e6269742f616d617a6f6e2d6d77732d6c61726176656c2f762f756e737461626c653f666f726d61743d706c6173746963)](https://packagist.org/packages/enbit/amazon-mws-laravel) [![License](https://camo.githubusercontent.com/843f14e640d9f3a6e52884b53b100a1d07f96308525411a93bab99ab02c680cd/68747470733a2f2f706f7365722e707567782e6f72672f656e6269742f616d617a6f6e2d6d77732d6c61726176656c2f6c6963656e73653f666f726d61743d706c6173746963)](https://packagist.org/packages/enbit/amazon-mws-laravel) [![Total Downloads](https://camo.githubusercontent.com/37f05e1ccad1c77ead8a556363730fc9bc4fd72923cc2fdc0aa20a65d0cab3cc/68747470733a2f2f706f7365722e707567782e6f72672f656e6269742f616d617a6f6e2d6d77732d6c61726176656c2f646f776e6c6f6164733f666f726d61743d706c6173746963)](https://packagist.org/packages/enbit/amazon-mws-laravel)

Laravel Implementation for [meertensm/amazon-mws](https://github.com/meertensm/amazon-mws)

Contents
--------

[](#contents)

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)

Link to the [Official Amazon MWS Documentation](https://docs.developer.amazonservices.com/en_US/dev_guide/index.html)

Installation
------------

[](#installation)

Require the package using composer:

```
$ composer require enbit/amazon-mws-laravel
```

The package will automatically register itself.

Add your Environment Variables for MWS to your .env File. The variable names are listed in the enbit-amazon-mws.php [config file](#configuration).

Configuration
-------------

[](#configuration)

To successfully authenticate with the Amazon Marketplace Web Service you need to add the Environment variables to your `.env` File. The variable names are listed in the enbit-amazon-mws.php [config file](#configuration). Also you can set a default marketplace.

You can optionally publish the configuration with:

```
$ php artisan vendor:publish --provider="Enbit\LaravelAmazonMWS\AmazonMWSServiceProvider" --tag="config"
```

This will create an `enbit-amazon-mws.php` in your config directory.

Config file content with the env variables:

```
