PHPackages                             thiagomarini/amazon-mws-client - 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. thiagomarini/amazon-mws-client

ActiveLibrary[API Development](/categories/api)

thiagomarini/amazon-mws-client
==============================

PHP client for Amazon MWS API

2.1.0(5y ago)151.4k↓50%11[1 PRs](https://github.com/thiagomarini/amazon-mws-client/pulls)MITPHPPHP &gt;=7.0CI failing

Since Oct 25Pushed 4y ago3 watchersCompare

[ Source](https://github.com/thiagomarini/amazon-mws-client)[ Packagist](https://packagist.org/packages/thiagomarini/amazon-mws-client)[ RSS](/packages/thiagomarini-amazon-mws-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (8)Used By (0)

PHP Client for Amazon MWS API
=============================

[](#php-client-for-amazon-mws-api)

[![CircleCI](https://camo.githubusercontent.com/131e2a7401eef58dfac0a8fe7144b6ad17e6aa50c69e3867113c2936af68e276/68747470733a2f2f636972636c6563692e636f6d2f67682f74686961676f6d6172696e692f616d617a6f6e2d6d77732d636c69656e742e7376673f7374796c653d737667)](https://circleci.com/gh/thiagomarini/amazon-mws-client) [![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

What for?
---------

[](#what-for)

This repository was previsouly hosted at [Weengs Github account](https://github.com/WeengsApp) and was transfered to me.

We got very disappointed with the official PHP client Amazon offers on their docs and decided to write a simple client based on Guzzle that is good for PHP 7 projects. This project is based on the official client. The idea is to just hide all the nitty-gritty of handling requests and have as little abstraction as possible, basically you pass the request params and get a XML object or tab-delimited flat file.

Check their documentation and scratchpad to learn all available actions and their request params:

- [http://docs.developer.amazonservices.com/en\_UK/dev\_guide/DG\_Registering.html](http://docs.developer.amazonservices.com/en_UK/dev_guide/DG_Registering.html)
-

### Requirements

[](#requirements)

- PHP &gt;= 7.0
- Guzzle 6

### Install

[](#install)

`composer require thiagomarini/amazon-mws-client`

### Usage

[](#usage)

```
// instantiate the client with your credentials
$client = new AmazonMwsClient(
    'access key',
    'secret key',
    'seller id',
    ['marketplace id'],
    'mws auth token'
);

// List orders
$optionalParams = [
    'CreatedAfter'  => '2017-09-30T23:00:00Z', // dates should always be in ISO8601 format
    'CreatedBefore' => '2017-10-23T23:00:00Z',
];

var_dump($client->send('ListOrders', '/Orders/2013-09-01', $optionalParams));
```

### How to contribute

[](#how-to-contribute)

Pull requests are welcome :)

### License

[](#license)

MIT

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~186 days

Recently: every ~197 days

Total

7

Last Release

1996d ago

Major Versions

1.1.0 → 2.0.02019-08-02

### Community

Maintainers

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

---

Top Contributors

[![thiagomarini](https://avatars.githubusercontent.com/u/1078987?v=4)](https://github.com/thiagomarini "thiagomarini (12 commits)")[![adarmanto](https://avatars.githubusercontent.com/u/26041956?v=4)](https://github.com/adarmanto "adarmanto (1 commits)")[![bloo16](https://avatars.githubusercontent.com/u/18347853?v=4)](https://github.com/bloo16 "bloo16 (1 commits)")[![dallyger](https://avatars.githubusercontent.com/u/31095474?v=4)](https://github.com/dallyger "dallyger (1 commits)")

---

Tags

apiclientamazonmws

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thiagomarini-amazon-mws-client/health.svg)

```
[![Health](https://phpackages.com/badges/thiagomarini-amazon-mws-client/health.svg)](https://phpackages.com/packages/thiagomarini-amazon-mws-client)
```

###  Alternatives

[weengsapp/amazon-mws-client

PHP client for Amazon MWS API

1551.7k](/packages/weengsapp-amazon-mws-client)[tilleuls/amazon-mws-orders

Amazon Marketplace Web Service Orders PHP Client Library

1288.1k1](/packages/tilleuls-amazon-mws-orders)

PHPackages © 2026

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