PHPackages                             pnz/solarium-clustering-query - 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. [API Development](/categories/api)
4. /
5. pnz/solarium-clustering-query

ActiveLibrary[API Development](/categories/api)

pnz/solarium-clustering-query
=============================

Solarium Query support for Clustering handler

057PHP

Since Feb 26Pushed 7y agoCompare

[ Source](https://github.com/thePanz/php-solarium-clustering)[ Packagist](https://packagist.org/packages/pnz/solarium-clustering-query)[ RSS](/packages/pnz-solarium-clustering-query/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Solr Clustering Query
=====================

[](#solr-clustering-query)

TBD

Install
-------

[](#install)

```
composer require pnz/solarium-clustering-query
```

Usage:

```
    use Pnz\SolariumClustering\QueryType\Query;
    use Pnz\SolariumClustering\QueryType\Result\Result;

    $clusteringQuery = new Query();
    $clusteringQuery->setRows(200);
    $clusteringQuery->setClusteringEngine('lingo');

    /** @var Result $res */
    $result = $solrClient->execute($clusteringQuery);

    foreach ($result->getClusters() as $cluster) {
        var_dump($cluster);
    }
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a788c96bbcf89371ff0c614ad9f1655363369cb8e17ffd7afbebf046da6dad8?d=identicon)[thepanz](/maintainers/thepanz)

### Embed Badge

![Health badge](/badges/pnz-solarium-clustering-query/health.svg)

```
[![Health](https://phpackages.com/badges/pnz-solarium-clustering-query/health.svg)](https://phpackages.com/packages/pnz-solarium-clustering-query)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[pimax/fb-messenger-php

Facebook Messenger Bot PHP API

313188.5k2](/packages/pimax-fb-messenger-php)

PHPackages © 2026

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