choomz/amazon-mws-sdk

Amazon MWS PHP SDK

Installs: 5 871

Dependents: 1

Suggesters: 0

Security: 0

Stars: 8

Watchers: 3

Forks: 18

Open Issues: 0

pkg:composer/choomz/amazon-mws-sdk

dev-master 2012-12-10 19:34 UTC

This package is not auto-updated.

Last update: 2025-10-11 19:12:59 UTC


README

Into a symfony2 project

Add the reference into your composer.json :

"choomz/amazon-mws-sdk": "dev-master"

Use in controller :

 $client = new \MwsSearchClient(/* args */);