brighttalk/acs-query-builder-bundle
最新稳定版本:v0.1.1
Composer 安装命令:
composer require brighttalk/acs-query-builder-bundle
包简介
Integration of Amazon Cloud Search Query Builder library into the symfony2 framework
README 文档
README
Description
This bundle integrates Amazon Cloud Search Query Builder into Symfony2
##Installation
Add to your composer.json:
"require": { ... "brighttalk/acs-query-builder": "dev-master", "brighttalk/acs-query-builder-bundle": "dev-master" }
add the bundle to the AppKernel
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new BrightTALK\Bundle\ACSQueryBuilderBundle\BrightTALKACSQueryBuilderBundle() ); }
The service id brighttalk_acs_query_builder.query_builder_factory is now available to be used, and will create a new query builder by calling the method createQueryBuilder()
统计信息
- 总下载量: 11.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2013-07-12