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)043[1 issues](https://github.com/sokil/php-sphinxsearch/issues)MITPHP

Since Mar 13Pushed 9y 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 4w 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

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

4537d 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.1k886.6M9.6k](/packages/symfony-http-kernel)[symfony/cache

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

4.2k382.4M3.6k](/packages/symfony-cache)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[loupe/loupe

A full text search engine with tokenization, stemming, typo tolerance, filters and geo support based on only PHP and SQLite

513280.5k34](/packages/loupe-loupe)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

568591.1k62](/packages/ecotone-ecotone)

PHPackages © 2026

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