Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 262 Bytes

Amazon MWS API Installation

Into a symfony2 project

Add the reference into your composer.json :

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

Use in controller :

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