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

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

integrated/solr-bundle
======================

Adds support for Solr configuration and indexing of your documents or entities

0.7(8y ago)04.2k[1 issues](https://github.com/integratedfordevelopers/integrated-solr-bundle/issues)[1 PRs](https://github.com/integratedfordevelopers/integrated-solr-bundle/pulls)1MITPHPPHP &gt;=5.5

Since Apr 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/integratedfordevelopers/integrated-solr-bundle)[ Packagist](https://packagist.org/packages/integrated/solr-bundle)[ Docs](http://www.e-active.nl)[ RSS](/packages/integrated-solr-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (5)Versions (52)Used By (1)

IntegratedSolrBundle
====================

[](#integratedsolrbundle)

Adds support for Solr configuration and indexing of your documents or entities

Requirements
------------

[](#requirements)

- See the require section in the composer.json

Documentation
-------------

[](#documentation)

- [Integrated for developers website](http://www.integratedfordevelopers.com "Integrated for developers website")

### Commands

[](#commands)

- The command **solr:indexer:queue** will queue up all the documents to be indexed
- The command **solr:indexer:run** will tranform the queued up documents to a solr compatible format and send them to solr for indexing.
- The command **solr:worker:run** will start a worker run and will process up to end of the queue or 1000 tasks, whichever comes first.

It's recommended to the execute **solr:indexer:run** and **solr:worker:run** as automated tasks by configuring them as cronjobs.

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

[](#installation)

This bundle can be installed following these steps:

### Install using composer

[](#install-using-composer)

```
$ php composer.phar require integrated/solr-bundle:~0.3

```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\SolrBundle\IntegratedSolrBundle()
        // ...
    );
}

```

### Setup the queue

[](#setup-the-queue)

The solr bundle requires a queue to work properly, so if not already done setup the queue by executing the **init:queue** command.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
LICENSE

```

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING guide](http://www.integratedfordevelopers.com/contributing "CONTRIBUTING guide").

About
-----

[](#about)

This bundle is part of the Integrated project. You can read more about this project on the [Integrated for developers](http://www.integratedfordevelopers.com/ "Integrated for developers") website.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~68 days

Recently: every ~175 days

Total

29

Last Release

2514d ago

PHP version history (2 changes)0.1.1.3PHP &gt;=5.4

0.5PHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5710731?v=4)[Integrated Publishing Solutions](/maintainers/integrated)[@integrated](https://github.com/integrated)

---

Top Contributors

[![jansanne](https://avatars.githubusercontent.com/u/1027048?v=4)](https://github.com/jansanne "jansanne (32 commits)")[![marijnotte](https://avatars.githubusercontent.com/u/6791447?v=4)](https://github.com/marijnotte "marijnotte (23 commits)")[![johanliefers](https://avatars.githubusercontent.com/u/12084685?v=4)](https://github.com/johanliefers "johanliefers (8 commits)")[![integratedforpublishers](https://avatars.githubusercontent.com/u/6708931?v=4)](https://github.com/integratedforpublishers "integratedforpublishers (8 commits)")[![joenivl](https://avatars.githubusercontent.com/u/1433653?v=4)](https://github.com/joenivl "joenivl (5 commits)")[![johnnyborg](https://avatars.githubusercontent.com/u/9214245?v=4)](https://github.com/johnnyborg "johnnyborg (4 commits)")[![koenprins](https://avatars.githubusercontent.com/u/4244625?v=4)](https://github.com/koenprins "koenprins (2 commits)")[![pappi1987](https://avatars.githubusercontent.com/u/3527242?v=4)](https://github.com/pappi1987 "pappi1987 (1 commits)")[![psat01](https://avatars.githubusercontent.com/u/27204171?v=4)](https://github.com/psat01 "psat01 (1 commits)")

---

Tags

solrIntegrated

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/integrated-solr-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/integrated-solr-bundle/health.svg)](https://phpackages.com/packages/integrated-solr-bundle)
```

###  Alternatives

[solarium/solarium

PHP Solr client

93532.7M98](/packages/solarium-solarium)[netgen/query-translator

Query Translator is a search query translator with AST representation

2042.0M6](/packages/netgen-query-translator)[nelmio/solarium-bundle

Integration with solarium solr client.

1493.0M12](/packages/nelmio-solarium-bundle)[apache-solr-for-typo3/solr

Apache Solr for TYPO3 - Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.

1473.0M32](/packages/apache-solr-for-typo3-solr)[floriansemm/solr-bundle

Symfony Solr integration bundle

12280.2k2](/packages/floriansemm-solr-bundle)[silverstripe/fulltextsearch

Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS

44298.1k12](/packages/silverstripe-fulltextsearch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
