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

ActiveLibrary[API Development](/categories/api)

hello9/amazon-mws-client
========================

PHP client for Amazon MWS API

1.0.1(8y ago)030MITPHPPHP &gt;=7.0

Since Oct 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bloo16/AmazonMWS)[ Packagist](https://packagist.org/packages/hello9/amazon-mws-client)[ RSS](/packages/hello9-amazon-mws-client/feed)WikiDiscussions master Synced 3d ago

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

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

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

[![CircleCI](https://camo.githubusercontent.com/62f615073bf96c82056c5fa0282eecd2254befc0532d6b9cc75b2695f23323c6/68747470733a2f2f636972636c6563692e636f6d2f67682f74686961676f6d6172696e692f726f79616c2d6d61696c2d636c69656e742e7376673f7374796c653d737667)](https://circleci.com/gh/thiagomarini/royal-mail-client)

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

[](#what-for)

We got very disappointed with the official PHP client Amazon offers on their docs and decided to write a simple client based on Guzzle and suitable 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 back.

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 weengsapp/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));
```

### Hot to contribute

[](#hot-to-contribute)

Pull requests are welcome :)

### License

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~0 days

Total

2

Last Release

3123d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apiclientamazonmwsweengs

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/hello9-amazon-mws-client/health.svg)](https://phpackages.com/packages/hello9-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)[thiagomarini/amazon-mws-client

PHP client for Amazon MWS API

151.4k](/packages/thiagomarini-amazon-mws-client)

PHPackages © 2026

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