PHPackages                             vlabs/amazon-mws-bundle - 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. vlabs/amazon-mws-bundle

ActiveSymfony-bundle[API Development](/categories/api)

vlabs/amazon-mws-bundle
=======================

Symfony2 service wrapper for Amazon MWS PHP SDK

294PHP

Since Dec 10Pushed 13y ago1 watchersCompare

[ Source](https://github.com/V-labs/AmazonMWSBundle)[ Packagist](https://packagist.org/packages/vlabs/amazon-mws-bundle)[ RSS](/packages/vlabs-amazon-mws-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Amazon MWS Bundle
=================

[](#amazon-mws-bundle)

This bundle provides a Symfony2 service for the Amazon MWS PHP SDK.

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

[](#installation)

Add the reference into your composer.json :

```
"vlabs/amazon-mws-bundle": "dev-master"

```

Enable the bundle in your AppKernel.php

```
new Vlabs\AmazonMWSBundle\VlabsAmazonMWSBundle(),

```

Configuration
-------------

[](#configuration)

```
vlabs_amazon_mws:
    access_key: your_access_key
    secret_key: your_secret_key
    application_name: your_app_name
    application_version: 1.0
    config:
        ServiceURL: https://mws.amazonservices.fr/Products/2011-10-01

```

Usage
-----

[](#usage)

In controller :

```
 $client = $this->get('vlabs_amazon_mws.client')->get('search');

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0be89bfe85eeab0044d97093b1b6f939a135e2c3cfb8a4ecd7ae362714f5d5f3?d=identicon)[choomz](/maintainers/choomz)

---

Top Contributors

[![choomz](https://avatars.githubusercontent.com/u/1176482?v=4)](https://github.com/choomz "choomz (2 commits)")

### Embed Badge

![Health badge](/badges/vlabs-amazon-mws-bundle/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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