2017 © Pedro Peláez
 

symfony-bundle amazon-mws-bundle

Symfony2 service wrapper for Amazon MWS PHP SDK

image

vlabs/amazon-mws-bundle

Symfony2 service wrapper for Amazon MWS PHP SDK

  • Monday, December 10, 2012
  • by choomz
  • Repository
  • 2 Watchers
  • 2 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Amazon MWS Bundle

This bundle provides a Symfony2 service for the Amazon MWS PHP SDK., (*1)

Installation

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(),

Configuration

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

Usage

In controller :, (*4)

 $client = $this->get('vlabs_amazon_mws.client')->get('search');

The Versions

10/12 2012

dev-master

9999999-dev

Symfony2 service wrapper for Amazon MWS PHP SDK

  Sources   Download

MIT

The Requires

 

amazon mws