uam/amazon-search-bundle
Composer 安装命令:
composer require uam/amazon-search-bundle
包简介
Amazon search page as a Symfony 2.x bundle
README 文档
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()
}
统计信息
- 总下载量: 5.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-04-30