2017 © Pedro Peláez
 

symfony-bundle insig-aws-bundle

Symfony InsigAWSBundle

image

damonjones/insig-aws-bundle

Symfony InsigAWSBundle

  • Tuesday, October 16, 2012
  • by damonjones
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Insig AWS Bundle

This is a Symfony 2 bundle which can be used to query Amazon's Product Advertising API., (*1)

Build Status, (*2)

Requirements

PHP 5.3+ with libxml
An Amazon AWS account (or developer account), (*3)

Client Configuration

Add your account credentials to your app/config/config.yml (or a configuration file included by it):, (*4)

insig_aws:
    client:
        access_key_id:     ACCESS_KEY_ID
        secret_access_key: SECRET_ACCESS_KEY

Basic Usage

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

$request = new Insig\AWSBundle\ItemLookupRequest();
$request->setASIN('B0051QVESA');

$response = $client->execute($request);

$item = $response->asXml()->Items->Item;

Authors

Damon Jones - damon@insig.net, (*5)

License

Insig AWS Bundle is licensed under the MIT License - see the LICENSE file for details, (*6)

The Versions

16/10 2012

dev-master

9999999-dev

Symfony InsigAWSBundle

  Sources   Download

MIT

The Requires

 

amazon product api

27/05 2012

2.0.x-dev

2.0.9999999.9999999-dev

Symfony InsigAWSBundle

  Sources   Download

MIT

The Requires

 

amazon product api