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

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

simplethings/solr-bundle
========================

Solr Bundle

1.0.1(8y ago)5353MITPHPPHP ~5.4|~7.0

Since Jul 28Pushed 8y ago5 watchersCompare

[ Source](https://github.com/simplethings/SolrBundle)[ Packagist](https://packagist.org/packages/simplethings/solr-bundle)[ RSS](/packages/simplethings-solr-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

SimpleThingsSolrBundle
======================

[](#simplethingssolrbundle)

[![Build Status](https://camo.githubusercontent.com/67cfdcb188dde6d96af5d630c00b6332a3261da998370cbc7b355f2041264cda/68747470733a2f2f7472617669732d63692e6f72672f73696d706c657468696e67732f536f6c7242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/simplethings/SolrBundle)

Installing
==========

[](#installing)

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

```
public function registerBundles()
{
    // ...
    new Nelmio\SolariumBundle\NelmioSolariumBundle(),
    new SimpleThings\Bundle\SolrBundle\SimpleThingsSolrBundle(),
    // ...
}
```

Configuration
=============

[](#configuration)

app/config/config.yml

```
simple_things_solr:
    config_files:
      -
        prefix: Acme\Bundle\AcmeBundle\Entity
        path: "%kernel.root_dir%/../src/Acme/Bundle/AcmeBundle/Resources/config/solr"
```

src/Acme/Bundle/AcmeBundle/Resources/config/solr/Blog.yml

```
Acme\Bundle\AcmeBundle\Entity\Blog:
  type: document
  fields:
    id: id
    name:
      type: text
      copy:
        - fulltext
    text:
      type: textSpell
      copy:
        - fulltext
    fulltext:
      type: textSpell
      mapped: false
      multiValued: true
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

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 ~875 days

Total

2

Last Release

3072d ago

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

1.0.1PHP ~5.4|~7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/470138?v=4)[David Badura](/maintainers/DavidBadura)[@DavidBadura](https://github.com/DavidBadura)

![](https://www.gravatar.com/avatar/9977780b392581daed6c7dd1a49ead2d3a9b0af03fa1bd174783fd293f6b9afe?d=identicon)[tobias.olry](/maintainers/tobias.olry)

---

Top Contributors

[![smoench](https://avatars.githubusercontent.com/u/183530?v=4)](https://github.com/smoench "smoench (24 commits)")[![DavidBadura](https://avatars.githubusercontent.com/u/470138?v=4)](https://github.com/DavidBadura "DavidBadura (2 commits)")

---

Tags

schemasolr

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[cmsig/seal-symfony-bundle

An integration of CMS-IG SEAL search abstraction into Symfony Framework.

15195.8k5](/packages/cmsig-seal-symfony-bundle)[sammaye/yii2-solr

Solr plugin for the Yii2 framework built ontop of Solarium

1063.1k](/packages/sammaye-yii2-solr)

PHPackages © 2026

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