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

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

ripaclub/zf2-sphinxsearch
=========================

ZF2 module for Sphinx Search library

0.8.0(10y ago)87.7k2BSD-2-ClausePHPPHP &gt;=5.5

Since Feb 1Pushed 10y ago3 watchersCompare

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

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

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

[](#zf2-sphinx-search)

[![Latest Stable Version](https://camo.githubusercontent.com/81c6fd3d12c07914aa72c3ca980f28e425c760cc6cc5da1b2a689a0896ad503b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72697061636c75622f7a66322d737068696e787365617263682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ripaclub/zf2-sphinxsearch)[![Total Downloads](https://camo.githubusercontent.com/d6e8bea8e512d3c74d6d78ab9d697a1cc6bfd442a76d790751a28888ced5b60b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72697061636c75622f7a66322d737068696e787365617263682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ripaclub/zf2-sphinxsearch)

> Zend Framework 2 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#configuration-simple)) 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.5",
    "ripaclub/zf2-sphinxsearch": "~0.8.0"
}

```

Usage
-----

[](#usage)

You only need to load this module through your Zend Framework 2 `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',
    ],
    // ...
];
```

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

Example:

```
'sphinxql' => [
	'driver'    => 'pdo_mysql',
	'hostname'  => '127.0.0.1',
	'port'      => 9306,
	'charset'   => 'UTF8'
],
```

Done. Happy querying with **Sphinx Search** library!

---

[![Analytics](https://camo.githubusercontent.com/e8a3beaf366dc5122cdfae3a3d3da0f858dce4483f060835c731495a3c493566/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d34393635373137362d332f7a66322d737068696e78736561726368)](https://github.com/igrigorik/ga-beacon)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~84 days

Recently: every ~122 days

Total

7

Last Release

3978d ago

PHP version history (2 changes)0.2.0PHP &gt;=5.3.3

0.8.0PHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/120051?v=4)[Leo Di Donato](/maintainers/leodido)[@leodido](https://github.com/leodido)

![](https://www.gravatar.com/avatar/376c46dedf9febc5ed5f99f8aed6269b93e2e7ea09b71e2d8f26faf078fd10ad?d=identicon)[leogr](/maintainers/leogr)

---

Top Contributors

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

---

Tags

searchconfigurationmodulezf2sphinxqlsphinxsphinxsearchSphinx Searchsearch engine

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/ripaclub-zf2-sphinxsearch/health.svg)](https://phpackages.com/packages/ripaclub-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)
