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 today

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 57% 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

3118d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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