Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 302 Bytes

Amazon MWS API Installation

Into a symfony2 (or any other composer-aware project) project

Add the reference into your composer.json :

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

Use in controller :

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