uam / amazon-search-bundle
Amazon search page as a Symfony 2.x bundle
Installs: 5 695
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- uam/aws-ecs-bundle: 0.1.*
This package is auto-updated.
Last update: 2024-10-29 04:09:20 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()
}