choomz/amazon-mws-sdk

Amazon MWS PHP SDK

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

This package is not auto-updated.

Last update: 2024-04-13 11:51:08 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 */);