PHPackages                             laravelamazonmws/laravelamazonmws - 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. laravelamazonmws/laravelamazonmws

ActiveLibrary[API Development](/categories/api)

laravelamazonmws/laravelamazonmws
=================================

:description

1.0.9(7y ago)295MITPHP

Since Aug 15Pushed 7y agoCompare

[ Source](https://github.com/BodeLocke/bodelocke-laravel-amazon-mws)[ Packagist](https://packagist.org/packages/laravelamazonmws/laravelamazonmws)[ Docs](https://github.com/laravelamazonmws/laravelamazonmws)[ RSS](/packages/laravelamazonmws-laravelamazonmws/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (4)Versions (11)Used By (0)

LaravelAmazonMws
================

[](#laravelamazonmws)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ae387a606202de30fdfc7e274e3350898eed1c3474876b80fbee8e09271c646a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c616d617a6f6e6d77732f6c61726176656c616d617a6f6e6d77732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravelamazonmws/laravelamazonmws)[![Total Downloads](https://camo.githubusercontent.com/acee7fe97947994e3856afbb849a599c805aed739bccb483283b91bac2342c62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c616d617a6f6e6d77732f6c61726176656c616d617a6f6e6d77732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravelamazonmws/laravelamazonmws)[![Build Status](https://camo.githubusercontent.com/cfd7ffc3a4b5d01c256867fc97f42a933f5996e6b1290875ebae9bc1b006dbfb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c61726176656c616d617a6f6e6d77732f6c61726176656c616d617a6f6e6d77732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/laravelamazonmws/laravelamazonmws)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

A Laravel package to connect to Amazon's Merchant Web Services (MWS).

Currently optimizing and testing with all MWS's actions.

The connect function will provide you a data array expected by the MWS's action passed as paramater.

Please, take a look to Amazon Web Services (AWS) documentation : [https://docs.developer.amazonservices.com/en\_FR/dev\_guide/DG\_IfNew.html](https://docs.developer.amazonservices.com/en_FR/dev_guide/DG_IfNew.html)

This package use the package ArrayToXMl from spatie :

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

[](#installation)

Via Composer

```
$ composer require laravelamazonmws/laravelamazonmws
```

Usage
-----

[](#usage)

```
$country  = 'FR';
$config   = [
                'Marketplace_Id'    => LaravelAmazonMws::getMarketPlaceId($country),
                'Marketplace_Host'  => LaravelAmazonMws::getMarketPlaceHost($country),
                'Seller_Id'         => env('YOUR_SELLER_ID'),
                'Access_Key_ID'     => env('YOUR_ACCESS_KEY_ID'),
                'Secret_Access_Key' => env('YOUR_SECRET_ACCESS_KEY'),
            ];
$action   = 'GetFulfillmentOrder';
$query    = [
                //Add the request paramaters by Action, take a look on Amazon documentation
                'SellerFulfillmentOrderId' => 895,
            ];
$new_mws  = new LaravelAmazonMws($config);
$response = $new_mws->connect($action, $query);
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [BodeLocke](https://github.com/laravelamazonmws)
- [All Contributors](../../contributors%5D)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

10

Last Release

2813d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9fcc2300fee3ed95a98b2f1f40ecc9ff79371829234b7ed6457a2e9f7709a7e?d=identicon)[BodeLocke](/maintainers/BodeLocke)

---

Top Contributors

[![bode-locke](https://avatars.githubusercontent.com/u/25960699?v=4)](https://github.com/bode-locke "bode-locke (16 commits)")

---

Tags

laravelLaravelAmazonMws

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravelamazonmws-laravelamazonmws/health.svg)

```
[![Health](https://phpackages.com/badges/laravelamazonmws-laravelamazonmws/health.svg)](https://phpackages.com/packages/laravelamazonmws-laravelamazonmws)
```

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
