PHPackages                             roelofjan-elsinga/solarium-luke - 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. roelofjan-elsinga/solarium-luke

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

roelofjan-elsinga/solarium-luke
===============================

A Luke request handler for Solarium.

2.2.0(5y ago)0227MITPHPPHP ^7.4|^8.0

Since Mar 3Pushed 5y agoCompare

[ Source](https://github.com/roelofjan-elsinga/solarium-luke)[ Packagist](https://packagist.org/packages/roelofjan-elsinga/solarium-luke)[ Docs](https://github.com/cpliakas/solarium-luke)[ RSS](/packages/roelofjan-elsinga-solarium-luke/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (7)Used By (0)

Luke request handler for Solarium
=================================

[](#luke-request-handler-for-solarium)

[![Build status](https://camo.githubusercontent.com/547ea1b4a1a1d078ae0d420df0fda7bcbee0a2f7d0d13679af995c0c2ace925a/68747470733a2f2f7472617669732d63692e636f6d2f726f656c6f666a616e2d656c73696e67612f736f6c617269756d2d6c756b652e737667)](https://travis-ci.com/roelofjan-elsinga/solarium-luke)[![StyleCI status](https://camo.githubusercontent.com/d23a1d882158a45349296ada6656fe3df85c4c29a40344a354e3edfbef8a92a9/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139333639333638382f736869656c64)](https://camo.githubusercontent.com/d23a1d882158a45349296ada6656fe3df85c4c29a40344a354e3edfbef8a92a9/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139333639333638382f736869656c64)[![Code coverage](https://camo.githubusercontent.com/07f63db3c05aef0121a154b4562ece26e2d288cfba99a3baa1831c366a3101c6/68747470733a2f2f636f6465636f762e696f2f67682f726f656c6f666a616e2d656c73696e67612f736f6c617269756d2d6c756b652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/roelofjan-elsinga/solarium-luke)[![Latest Stable Version](https://camo.githubusercontent.com/3aaa18136317827ebbc8e3f7ff983b01e68c5eeedcd5290e421c817f241a2ee5/68747470733a2f2f706f7365722e707567782e6f72672f726f656c6f666a616e2d656c73696e67612f736f6c617269756d2d6c756b652f762f737461626c65)](https://packagist.org/packages/roelofjan-elsinga/solarium-luke)[![Total Downloads](https://camo.githubusercontent.com/1c4838e0a91d2b9aa0b7af713beb81f55dc2a91cd2678ac2522229ed95661e94/68747470733a2f2f706f7365722e707567782e6f72672f726f656c6f666a616e2d656c73696e67612f736f6c617269756d2d6c756b652f646f776e6c6f616473)](https://packagist.org/packages/roelofjan-elsinga/solarium-luke)[![License](https://camo.githubusercontent.com/9a9b9928fa96b73af558b7f4d7a37391fce9c8c921c2323afc9bba2353fd338b/68747470733a2f2f706f7365722e707567782e6f72672f726f656c6f666a616e2d656c73696e67612f736f6c617269756d2d6c756b652f6c6963656e7365)](https://packagist.org/packages/roelofjan-elsinga/solarium-luke)

Notes about this forked version
-------------------------------

[](#notes-about-this-forked-version)

This is a fork of the package: cpliakas/solarium-luke, but since it seems inactive, I'm maintaining a version here. The namespaces are still the same, so the only thing you have to do to migrate to this package, is replacing the installation like so:

```
composer remove cpliakas/solarium-luke \
    && composer require roelofjan-elsinga/solarium-luke
```

Overview
--------

[](#overview)

A Luke request handler to [Solarium](https://github.com/solariumphp/solarium).

This package currently supports Solarium 5.x.

Usage
-----

[](#usage)

```
use Solarium\Client;
use Solarium\QueryType\Luke\Query;

$client = new Client();
$client->registerQueryType(Query::QUERY_LUKE, Query::class);
$luke = $client->createQuery(Query::QUERY_LUKE);
$data = $client->execute($luke);

print 'Top terms: ';
var_dump($data->getTopTerms());
print PHP_EOL;
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 83.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 ~435 days

Total

5

Last Release

1982d ago

Major Versions

1.0.0 → 2.0.02019-09-04

PHP version history (3 changes)1.0.0PHP &gt;=5.3.2

2.0.0PHP ^7.1

2.2.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2602444740bac106e338fc57a5d16b085ba02a9ca3d714c2106dccccbf97bba2?d=identicon)[roelofjanelsinga](/maintainers/roelofjanelsinga)

---

Top Contributors

[![roelofjan-elsinga](https://avatars.githubusercontent.com/u/9220754?v=4)](https://github.com/roelofjan-elsinga "roelofjan-elsinga (20 commits)")[![cpliakas](https://avatars.githubusercontent.com/u/482722?v=4)](https://github.com/cpliakas "cpliakas (2 commits)")[![volkan](https://avatars.githubusercontent.com/u/28885?v=4)](https://github.com/volkan "volkan (2 commits)")

---

Tags

solrsolariumluke

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/roelofjan-elsinga-solarium-luke/health.svg)

```
[![Health](https://phpackages.com/badges/roelofjan-elsinga-solarium-luke/health.svg)](https://phpackages.com/packages/roelofjan-elsinga-solarium-luke)
```

###  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)[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)
