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 2mo 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 32% 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

4441d 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

[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k178.3M940](/packages/elasticsearch-elasticsearch)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M64](/packages/opensearch-project-opensearch-php)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[loupe/loupe

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

497185.2k14](/packages/loupe-loupe)[manticoresoftware/manticoresearch-php

PHP Client for Manticore Search

206550.0k16](/packages/manticoresoftware-manticoresearch-php)[terminal42/escargot

A web crawler or spider library based on Symfony components

581.4M3](/packages/terminal42-escargot)

PHPackages © 2026

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