PHPackages                             delocker/sphinxsearch-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. delocker/sphinxsearch-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

delocker/sphinxsearch-bundle
============================

Sphinx search bundle for Symfony 2

1.1.0(13y ago)02991BSD-2-ClausePHPPHP &gt;=5.3.3

Since Sep 8Pushed 13y ago2 watchersCompare

[ Source](https://github.com/delocker/SphinxsearchBundle)[ Packagist](https://packagist.org/packages/delocker/sphinxsearch-bundle)[ Docs](https://github.com/timewasted/Search-SphinxsearchBundle)[ RSS](/packages/delocker-sphinxsearch-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

About SphinxsearchBundle
========================

[](#about-sphinxsearchbundle)

Sphinx search bundle for Symfony 2

Installation:
=============

[](#installation)

\##Bring in the vendor libraries

This can be done in two different ways:

**First Way** : Use Composer *(recommended)*

```
// composer.json
"require": {
    "php": ">=5.3.2",
    // ...
    "delocker/sphinxsearch-bundle": "dev-master",
    // ...
}

```

**Second Way** : git command

```
git submodule add git://github.com/delocker/SphinxsearchBundle.git vendor/delocker/sphinxsearch-bundle

```

**Enable the bundle** in the kernel:

```
