Skip to content

BrightTALK/acs-query-builder-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Cloud Search Query Builder Bundle

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()

About

Bundle to integrate Amazon Cloud Search Query Builder into Symfony2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages