uam / amazon-search-bundle
Amazon search page as a Symfony 2.x bundle
Package info
github.com/opichon/uam-amazon-search-bundle
Type:symfony-bundle
pkg:composer/uam/amazon-search-bundle
0.1.0
2013-04-30 16:05 UTC
Requires
- php: >=5.3.2
- uam/aws-ecs-bundle: 0.1.*
This package is auto-updated.
Last update: 2026-03-01 00:09:15 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()
}