PHPackages                             joacub/zf2-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. joacub/zf2-sphinxsearch

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

joacub/zf2-sphinxsearch
=======================

ZF2 integration module for Sphinx Search library

0.7.0(11y ago)016BSD-2-ClausePHPPHP &gt;=5.3.3

Since Feb 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/joacub/zf2-sphinxsearch)[ Packagist](https://packagist.org/packages/joacub/zf2-sphinxsearch)[ Docs](https://github.com/ripaclub/zf2-sphinxsearch)[ RSS](/packages/joacub-zf2-sphinxsearch/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

ZF2 Sphinx Search
=================

[](#zf2-sphinx-search)

[![Latest Stable Version](https://camo.githubusercontent.com/d0ce45b0147a26b12e41109b542a446134756a145bfdc29ba50dfd88ba4cabca/68747470733a2f2f706f7365722e707567782e6f72672f72697061636c75622f7a66322d737068696e787365617263682f762f737461626c652e706e67)](https://packagist.org/packages/ripaclub/zf2-sphinxsearch)

ZF2 integration module for [Sphinx Search library](https://github.com/ripaclub/sphinxsearch).

This repository contains a ZF2 module that already provides configuration ([details here](https://github.com/ripaclub/sphinxsearch)) for [Sphinx Search library](https://github.com/ripaclub/sphinxsearch).

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

[](#installation)

Using [composer](http://getcomposer.org/):

Add the following to your `composer.json` file:

```
"require": {
    "php": ">=5.3.3",
    "ripaclub/sphinxsearch": "0.7.0"
}

```

Usage
-----

[](#usage)

In order to use this module you need to load it through your ZF2 app `config/application.config.php` file:

```
return [
    // This should be an array of module namespaces used in the application.
    'modules' => [
        '...',
        'SphinxSearch', // Loading current module in your app
        'Application',
    ],
    // ...
];
```

Finally configure the driver connection parameters (for example into your `local.config.php` file).

Example:

```
'sphinxql' => array(
	'driver'    => 'pdo_mysql',
	'hostname'  => '127.0.0.1',
	'port'      => 9306,
	'charset'   => 'UTF8'
)
```

---

[![Analytics](https://camo.githubusercontent.com/122f922d929d57c46408befe39e1d3ef47ede732d5179e1dae2764a20e15d7f0/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d34393635353832392d312f72697061636c75622f7a66322d737068696e78736561726368)](https://github.com/igrigorik/ga-beacon)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~54 days

Recently: every ~67 days

Total

6

Last Release

4220d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c5ea80353eb117dbabb0def7d2a43079815acee0d55f690a6476c03e458c203?d=identicon)[joacub](/maintainers/joacub)

---

Top Contributors

[![leodido](https://avatars.githubusercontent.com/u/120051?v=4)](https://github.com/leodido "leodido (28 commits)")[![leogr](https://avatars.githubusercontent.com/u/3390997?v=4)](https://github.com/leogr "leogr (6 commits)")[![joacub](https://avatars.githubusercontent.com/u/2091228?v=4)](https://github.com/joacub "joacub (1 commits)")

---

Tags

searchmodulezf2sphinxqlsphinxsearch engine

### Embed Badge

![Health badge](/badges/joacub-zf2-sphinxsearch/health.svg)

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

###  Alternatives

[ripaclub/sphinxsearch

Sphinx Search library provides SphinxQL indexing and searching features

6232.2k3](/packages/ripaclub-sphinxsearch)[nilportugues/sphinx-search

Fully unit tested SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch

18452.9k2](/packages/nilportugues-sphinx-search)[javer/sphinx-bundle

Provides integration of Sphinx search engine with Symfony using SphinxQL

24185.4k](/packages/javer-sphinx-bundle)[opensearchserver/opensearchserver

PHP library for OpenSearchServer: professionnal search engine, crawlers (web, file, database), REST APIs, .... This library uses OpenSearchServer's V2 API.

5267.5k](/packages/opensearchserver-opensearchserver)

PHPackages © 2026

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