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

ActiveLibrary[API Development](/categories/api)

yuca/amazon-mws-client
======================

PHP client for Amazon MWS API

1.1.5(5y ago)29.1kMITPHPPHP &gt;=5.6

Since Oct 25Pushed 5y agoCompare

[ Source](https://github.com/YucaApp/amazon-mws-client)[ Packagist](https://packagist.org/packages/yuca/amazon-mws-client)[ Docs](https://github.com/YucaApp/amazon-mws-client)[ RSS](/packages/yuca-amazon-mws-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

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

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

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;= 5.6
- Guzzle 6

### Install

[](#install)

`composer require yuca/amazon-mws-client`

### Usage

[](#usage)

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

// 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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~147 days

Recently: every ~214 days

Total

8

Last Release

2089d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.0

1.1.0PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a13aaff462ca30ea692368d1a07f1c65f37a95d77655be3f3fe4bbe12464613?d=identicon)[adarmanto](/maintainers/adarmanto)

---

Top Contributors

[![adarmanto](https://avatars.githubusercontent.com/u/26041956?v=4)](https://github.com/adarmanto "adarmanto (10 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/yuca-amazon-mws-client/health.svg)

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