PHPackages                             internations/solr-utils - 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. internations/solr-utils

ActiveLibrary[Search &amp; Filtering](/categories/search)

internations/solr-utils
=======================

Solr/Lucene utilities for PHP

v0.10.0(3y ago)8317.1k↓58.8%2[1 PRs](https://github.com/InterNations/SolrUtils/pulls)1MITPHPPHP &gt;=7.4

Since Aug 23Pushed 3y ago31 watchersCompare

[ Source](https://github.com/InterNations/SolrUtils)[ Packagist](https://packagist.org/packages/internations/solr-utils)[ RSS](/packages/internations-solr-utils/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (24)Used By (1)

SolrUtils
=========

[](#solrutils)

[![Test](https://github.com/InterNations/SolrUtils/actions/workflows/tests.yaml/badge.svg)](https://github.com/InterNations/SolrUtils/actions/workflows/tests.yaml)

`SolrUtils` help with recurring tasks when working with Solr like escaping and sanitizing user input.

```
use InterNations\Component\Solr\Expression\Expression\Util;

// Quote a string to be used in a query
Util::quote('(term)'); // "\(term\)"

// Escape a string but not quote it
Util::escape('(term)'); // \(term\)

// Sanitize a string to be used safely in a query
Util::sanitize('term'); // term
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 92.2% 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 ~181 days

Recently: every ~453 days

Total

19

Last Release

1432d ago

PHP version history (5 changes)v0.6.0PHP &gt;=5.6

v0.7.0PHP ~7

v0.8.0PHP ~7.1

v0.9.0PHP &gt;=7.1.3

v0.10.0PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/79707?v=4)[Lars Strojny](/maintainers/lstrojny)[@lstrojny](https://github.com/lstrojny)

![](https://www.gravatar.com/avatar/684ac7e28067e217fb76551137735510e86c5f69f05cd9aa6c9e6bfea1018758?d=identicon)[CMalvika](/maintainers/CMalvika)

---

Top Contributors

[![lstrojny](https://avatars.githubusercontent.com/u/79707?v=4)](https://github.com/lstrojny "lstrojny (59 commits)")[![CMalvika](https://avatars.githubusercontent.com/u/23334195?v=4)](https://github.com/CMalvika "CMalvika (4 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/internations-solr-utils/health.svg)

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

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26193.1k](/packages/awesome-nova-dependent-filter)[algolia/php-dom-parser

A simple tool to turn DOM into Algolia search friendly record objects.

181.8k](/packages/algolia-php-dom-parser)

PHPackages © 2026

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