PHPackages                             uam/amazon-search-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. uam/amazon-search-bundle

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

uam/amazon-search-bundle
========================

Amazon search page as a Symfony 2.x bundle

0.1.0(13y ago)05.7kMITPHP &gt;=5.3.2

Since Apr 30Compare

[ Source](https://github.com/opichon/uam-amazon-search-bundle)[ Packagist](https://packagist.org/packages/uam/amazon-search-bundle)[ Docs](https://gitweb.united-asian.com)[ RSS](/packages/uam-amazon-search-bundle/feed)WikiDiscussions Synced today

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

UAM Amazon Search Bundle
========================

[](#uam-amazon-search-bundle)

This package provides a Symfony 2.\* bundle that includes usable samples of pages using the UMAwsEcsBundle.

Installation
------------

[](#installation)

Via composer:

Add the library package to your `composer.json` file:

```
	require: {
		…
		"uam/amazon-search-bundle": "dev-master"
	}

```

Register the bundle in `AppKernel.php`:

```
