PHPackages                             sokil/php-sphinxsearch - 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. sokil/php-sphinxsearch

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

sokil/php-sphinxsearch
======================

0.1(12y ago)041[1 issues](https://github.com/sokil/php-sphinxsearch/issues)MITPHP

Since Mar 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sokil/php-sphinxsearch)[ Packagist](https://packagist.org/packages/sokil/php-sphinxsearch)[ RSS](/packages/sokil-php-sphinxsearch/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

php-sphinxsearch
================

[](#php-sphinxsearch)

PHP wrapper to sphinx search pecl extension. Working with search results as objects.

Installation
------------

[](#installation)

You need to have sphinx pecl extension installed. For Ubuntu or Debian based distributives:

```
$ sudo apt-get install php5-dev php-pear libsphinxclient-dev
$ sudo pecl install sphinx

```

Add requirement to your composer:

```
{
    "require": {
        "sokil/php-sphinxsearch": "dev-master"
    }
}
```

Basic Usage
-----------

[](#basic-usage)

```
$qf = new QueryFactory('127.0.0.1', '23023');

$resultSet = $qf->find()
    ->in('idx_posts')
    ->match('If you can')
    ->fetch();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4492d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/902e21ecf6517341b1f2a3c2f93a3eb115396fc6524effaeabc816b481909e64?d=identicon)[sokil](/maintainers/sokil)

---

Top Contributors

[![sokil](https://avatars.githubusercontent.com/u/1829948?v=4)](https://github.com/sokil "sokil (30 commits)")

---

Tags

phpsphinxsphinx-search

### Embed Badge

![Health badge](/badges/sokil-php-sphinxsearch/health.svg)

```
[![Health](https://phpackages.com/badges/sokil-php-sphinxsearch/health.svg)](https://phpackages.com/packages/sokil-php-sphinxsearch)
```

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k853.6M8.3k](/packages/symfony-http-kernel)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k365.0M3.1k](/packages/symfony-cache)[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k184.2M1.1k](/packages/elasticsearch-elasticsearch)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15327.1M103](/packages/opensearch-project-opensearch-php)

PHPackages © 2026

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