uam/amazon-search-bundle

Amazon search page as a Symfony 2.x bundle

0.1.0 2013-04-30 16:05 UTC

This package is auto-updated.

Last update: 2024-04-29 02:59:19 UTC


README

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

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:

<?php 

	#AppKernel.php
	
	public function registerBundles()
    {
        $bundles = array(
        	…
        	new UAM\Bundle\AazonSearchBundle\UAMAmazonSearchBundle()
    }