PHPackages                             paul/solr-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. paul/solr-bundle

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

paul/solr-bundle
================

Symfony2 Solr integration bundle

1.3.3(10y ago)074MITPHPPHP &gt;=5.4.5

Since Sep 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/weburnit/SolrBundle)[ Packagist](https://packagist.org/packages/paul/solr-bundle)[ Docs](https://github.com/weburnittv/SolrBundle)[ RSS](/packages/paul-solr-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

SolrBundle
==========

[](#solrbundle)

[![Build Status](https://camo.githubusercontent.com/ec451c03237396302b1d4ca3b9d5d1b165ff58b900e6c18b895cbdefd253246b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f666c6f7269616e73656d6d2f536f6c7242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/floriansemm/SolrBundle)[![Latest Stable Version](https://camo.githubusercontent.com/b135193ce1079fbc9e684779b62ec698ee79c72fb041046e90d8354eeff49f29/68747470733a2f2f706f7365722e707567782e6f72672f666c6f7269616e73656d6d2f736f6c722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/floriansemm/solr-bundle)[![Total Downloads](https://camo.githubusercontent.com/6cc51877edbbe18983a271ad5db3d1d094db73a80942ef0ebe2e6002cc17c391/68747470733a2f2f706f7365722e707567782e6f72672f666c6f7269616e73656d6d2f736f6c722d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/floriansemm/solr-bundle)

Introduction
------------

[](#introduction)

This Bundle provides a simple API to index and query a Solr Index.

Installation
------------

[](#installation)

Installation is a quick (I promise!) 3 step process:

1. Download SolrBundle
2. Enable the Bundle
3. Configure the SolrBundle

### Step 1: Download SolrBundle

[](#step-1-download-solrbundle)

This bundle is available on Packagist. You can install it using Composer:

```
$ composer require floriansemm/solr-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel

```
