2017 © Pedro Peláez
 

library acs-query-builder-bundle

Integration of Amazon Cloud Search Query Builder library into the symfony2 framework

image

brighttalk/acs-query-builder-bundle

Integration of Amazon Cloud Search Query Builder library into the symfony2 framework

  • Thursday, May 15, 2014
  • by ricoli
  • Repository
  • 10 Watchers
  • 2 Stars
  • 2,383 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

Amazon Cloud Search Query Builder Bundle

Description

This bundle integrates Amazon Cloud Search Query Builder into Symfony2, (*1)

Installation

Add to your composer.json:, (*2)

"require": {
    ...
    "brighttalk/acs-query-builder": "dev-master",
    "brighttalk/acs-query-builder-bundle": "dev-master"
}

add the bundle to the AppKernel

``` php <?php // app/AppKernel.php, (*3)

public function registerBundles() { $bundles = array( // ... new BrightTALK\Bundle\ACSQueryBuilderBundle\BrightTALKACSQueryBuilderBundle() ); } ```, (*4)

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(), (*5)

The Versions

15/05 2014

dev-master

9999999-dev http://www.brighttalk.com

Integration of Amazon Cloud Search Query Builder library into the symfony2 framework

  Sources   Download

BSD-2-Clause

The Requires

 

by Ricardo Oliveira

15/05 2014

dev-develop

dev-develop http://www.brighttalk.com

  Sources   Download

BSD-2-Clause

The Requires

 

by Ricardo Oliveira

15/05 2014

v0.1.1

0.1.1.0 http://www.brighttalk.com

  Sources   Download

BSD-2-Clause

The Requires

 

by Ricardo Oliveira

30/04 2014

0.1.0

0.1.0.0 http://www.brighttalk.com

Integration of Amazon Cloud Search Query Builder library into the symfony2 framework

  Sources   Download

BSD-2-Clause

The Requires

 

by Ricardo Oliveira

24/03 2014

dev-feature/facets

dev-feature/facets http://www.brighttalk.com

  Sources   Download

BSD-2-Clause

The Requires

 

by Ricardo Oliveira