Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Insig Aws Bundle Laravel Package

damonjones/insig-aws-bundle

View on GitHub
Deep Wiki
Context7

Insig AWS Bundle

This is a Symfony 2 bundle which can be used to query Amazon's Product Advertising API.

Build Status

Requirements

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

Client Configuration

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

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

License

Insig AWS Bundle is licensed under the MIT License - see the LICENSE file for details

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware