PHPackages                             aivanouski/amazon-mws-orders - 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. aivanouski/amazon-mws-orders

ActiveLibrary[API Development](/categories/api)

aivanouski/amazon-mws-orders
============================

Amazon Marketplace Web Service Orders PHP Client Library Version 2013-09-01

v1.3(9y ago)14174[2 PRs](https://github.com/aivanouski/amazon-mws-orders/pulls)PHPPHP &gt;=5.2.8

Since Mar 15Pushed 8y ago1 watchersCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (0)

amazon-mws-orders
=================

[](#amazon-mws-orders)

Amazon Marketplace Web Service Orders PHP Client Library - Version 2013-09-01
=============================================================================

[](#amazon-marketplace-web-service-orders-php-client-library---version-2013-09-01)

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

[](#installation)

Install [Composer](http://getcomposer.org/) and add amazon-mws-orders to your `composer.json`:

```
composer require aivanouski/amazon-mws-orders:dev-master

```

Version
-------

[](#version)

Current version is `MWSOrdersPHPClientLibrary-2013-09-01._V293335039_`.

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

[](#installation-1)

Add the reference into your composer.json :

```
    "aivanouski/amazon-mws-orders": "dev-master"
	composer update

```

```
Use in controller :

 $config = array (
   'ServiceURL' => $serviceUrl,
   'ProxyHost' => null,
   'ProxyPort' => -1,
   'ProxyUsername' => null,
   'ProxyPassword' => null,
   'MaxErrorRetry' => 3,
 );

 $service = new \MarketplaceWebServiceOrders_Client(
        AWS_ACCESS_KEY_ID,
        AWS_SECRET_ACCESS_KEY,
        APPLICATION_NAME,
        APPLICATION_VERSION,
        $config);

 $request = new \MarketplaceWebServiceOrders_Model_ListOrdersRequest();
 $request->setSellerId(MERCHANT_ID);

 $response = $service->ListOrders($request);

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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 ~70 days

Total

4

Last Release

3497d ago

### Community

Maintainers

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

---

Top Contributors

[![aivanouski](https://avatars.githubusercontent.com/u/6371474?v=4)](https://github.com/aivanouski "aivanouski (7 commits)")

---

Tags

apiclientamazonlibraryordersmws

### Embed Badge

![Health badge](/badges/aivanouski-amazon-mws-orders/health.svg)

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

###  Alternatives

[tilleuls/amazon-mws-orders

Amazon Marketplace Web Service Orders PHP Client Library

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

PHP client for Amazon MWS API

1551.7k](/packages/weengsapp-amazon-mws-client)[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)
