PHPackages                             dieruckus/amazon-mws-finances - 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. dieruckus/amazon-mws-finances

ActiveLibrary[API Development](/categories/api)

dieruckus/amazon-mws-finances
=============================

Amazon Marketplace Web Service Finances PHP Client Library

v1.2(9y ago)042PHPPHP &gt;=5.2.8

Since Mar 15Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (4)Used By (0)

amazon-mws-finances
===================

[](#amazon-mws-finances)

Amazon Marketplace Web Service Finances PHP Client Library - Version 2015-05-01
===============================================================================

[](#amazon-marketplace-web-service-finances-php-client-library---version-2015-05-01)

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

[](#installation)

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

```
composer require dieruckus/amazon-mws-finances:dev-master

```

Version
-------

[](#version)

Current version is `MWSFinancesPHPClientLibrary-2015-05-01._V312120327_`.

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

[](#installation-1)

Add the reference into your composer.json :

```
    "dieruckus/amazon-mws-finances": "dev-master"
	composer update

```

```
Use in controller :

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

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

 $request = new \MWSFinancesService_Model_ListFinancialEventGroupsRequest();
 $request->setSellerId(MERCHANT_ID);
 $date = new \DateTime('today', new \DateTimeZone('UTC'));
 $request->setFinancialEventGroupStartedAfter($date->format('c'));
 $response = $service->ListFinancialEventGroups($request);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~164 days

Total

3

Last Release

3379d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c4bf8425368fa5f91ff4f603cfa4194de9084820f7f75753f137dde0a931169?d=identicon)[dieruckus](/maintainers/dieruckus)

---

Top Contributors

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

---

Tags

apiclientamazonlibrarymwsfinances

### Embed Badge

![Health badge](/badges/dieruckus-amazon-mws-finances/health.svg)

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

###  Alternatives

[tilleuls/amazon-mws-orders

Amazon Marketplace Web Service Orders PHP Client Library

1288.1k1](/packages/tilleuls-amazon-mws-orders)[gorkalaucirica/hipchat-v2-api-client

Hipchat v2 API client

80223.4k6](/packages/gorkalaucirica-hipchat-v2-api-client)[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)
