PHPackages                             rkmax/sphinx-client - 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. rkmax/sphinx-client

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

rkmax/sphinx-client
===================

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

1.0.1(11y ago)010.3k1MITPHPPHP &gt;=5.3.0

Since Apr 23Pushed 11y agoCompare

[ Source](https://github.com/rkmax/SphinxClient)[ Packagist](https://packagist.org/packages/rkmax/sphinx-client)[ Docs](https://github.com/rkmax/SphinxClient)[ RSS](/packages/rkmax-sphinx-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Uso Básico
==========

[](#uso-básico)

Autoload.php

```
$loader->registerPrefixes(array(
   // ...
   'Sphinx'           => __DIR__.'/../vendor/sphinx-client',
));

```

config.yml

```
services:
     buscador:
         class: Sphinx\SphinxClient
         calls:
             - [setArrayResult, [true]]
             - [setLimits, [0, 20, 1000]]

```

\*Action.php

```
$palabras = 'hola que tal';
$search  = $this->get('buscador');
$results = $search->Query($palabras, 'nombre_index');

```

Source: Taken from the sf2 mailing list with some minor fixes

---

Para mayor información: [sphinxsearch](http://sphinxsearch.com/)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~3 days

Total

2

Last Release

4039d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58cec314c71f2643dec1d7ee2e463a28a49be1876905920a60ef8e2357105977?d=identicon)[rkmax](/maintainers/rkmax)

---

Top Contributors

[![rkmax](https://avatars.githubusercontent.com/u/395707?v=4)](https://github.com/rkmax "rkmax (3 commits)")[![rubao](https://avatars.githubusercontent.com/u/741117?v=4)](https://github.com/rubao "rubao (1 commits)")

---

Tags

searchsphinxSphinx Searchsearch enginesphinxapi

### Embed Badge

![Health badge](/badges/rkmax-sphinx-client/health.svg)

```
[![Health](https://phpackages.com/badges/rkmax-sphinx-client/health.svg)](https://phpackages.com/packages/rkmax-sphinx-client)
```

###  Alternatives

[nilportugues/sphinx-search

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

18452.9k2](/packages/nilportugues-sphinx-search)[ripaclub/sphinxsearch

Sphinx Search library provides SphinxQL indexing and searching features

6232.2k3](/packages/ripaclub-sphinxsearch)[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)[javer/sphinx-bundle

Provides integration of Sphinx search engine with Symfony using SphinxQL

24185.4k](/packages/javer-sphinx-bundle)[algolia/laravel-scout-algolia-macros

A collection macros to extend Laravel Scout with more Algolia capabilities

3633.7k](/packages/algolia-laravel-scout-algolia-macros)[ymigval/laravel-indexnow

Laravel Service Library for notifying search engines about the latest content changes on their URLs using IndexNow.

3410.2k](/packages/ymigval-laravel-indexnow)

PHPackages © 2026

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