PHPackages                             damonjones/insig-aws-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. damonjones/insig-aws-bundle

ActiveSymfony-bundle[API Development](/categories/api)

damonjones/insig-aws-bundle
===========================

Symfony InsigAWSBundle

2.0.x-dev(13y ago)028MITPHPPHP &gt;=5.3.2

Since May 27Pushed 13y ago1 watchersCompare

[ Source](https://github.com/damonjones/InsigAWSBundle)[ Packagist](https://packagist.org/packages/damonjones/insig-aws-bundle)[ RSS](/packages/damonjones-insig-aws-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Insig AWS Bundle
================

[](#insig-aws-bundle)

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

[![Build Status](https://camo.githubusercontent.com/9320f88d897ff77e10602810744277995ef10030d1ea5f2d7ea5c6de79d1ab55/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f64616d6f6e6a6f6e65732f496e73696741575342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/damonjones/InsigAWSBundle)

Requirements
------------

[](#requirements)

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

Client Configuration
--------------------

[](#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
-----------

[](#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
-------

[](#authors)

Damon Jones -

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

5097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfff2df92a962071ca78d3a0d83f742779263e8df31d98a549a1d75d2abb7d01?d=identicon)[damonjones](/maintainers/damonjones)

---

Top Contributors

[![damonjones](https://avatars.githubusercontent.com/u/154075?v=4)](https://github.com/damonjones "damonjones (14 commits)")

---

Tags

Amazon Product API

### Embed Badge

![Health badge](/badges/damonjones-insig-aws-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/damonjones-insig-aws-bundle/health.svg)](https://phpackages.com/packages/damonjones-insig-aws-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[api-platform/api-pack

A pack for API Platform

5236.7M40](/packages/api-platform-api-pack)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
