dev-master
9999999-devSymfony2 service wrapper for Amazon MWS PHP SDK
MIT
The Requires
amazon mws
Wallogit.com
2017 © Pedro Peláez
Symfony2 service wrapper for Amazon MWS PHP SDK
This bundle provides a Symfony2 service for the Amazon MWS PHP SDK., (*1)
Add the reference into your composer.json :, (*2)
"vlabs/amazon-mws-bundle": "dev-master"
Enable the bundle in your AppKernel.php, (*3)
new Vlabs\AmazonMWSBundle\VlabsAmazonMWSBundle(),
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
In controller :, (*4)
$client = $this->get('vlabs_amazon_mws.client')->get('search');
Symfony2 service wrapper for Amazon MWS PHP SDK
MIT
amazon mws