PHPackages                             nabeelio/sphinx-cakephp - 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. nabeelio/sphinx-cakephp

AbandonedArchivedCakephp-plugin[Search &amp; Filtering](/categories/search)

nabeelio/sphinx-cakephp
=======================

Sphinx Search plugin for CakePHP

2828710[1 issues](https://github.com/nabeelio/Sphinx-CakePHP/issues)PHP

Since Aug 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nabeelio/Sphinx-CakePHP)[ Packagist](https://packagist.org/packages/nabeelio/sphinx-cakephp)[ RSS](/packages/nabeelio-sphinx-cakephp/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Updated to further maintain.

Derived version from the Sphinx Behavior by @nabeelio

Updated version for the Sphinx Behavior by Vilen Tambovtsev

I've updated this for Cake2.0, and also so it runs one query to Sphinx, instead of two (one for results, one for count)

Also makes the search results that are returned from Sphinx available to the model (I use this to build filters for search)

The original usage page is here:

### Installation

[](#installation)

*\[Manual\]*

- Download this:
- Unzip that download.
- Copy the resulting folder to `app/Plugin`
- Rename the folder you just copied to `SphinxCakephp`

*\[Composer\]*

in the `composer.json` file of your project add

```
"repositories":
[
    {
        "type": "vcs",
        "url": "https://github.com/nabeelio/Sphinx-CakePHP"
    }
],
"require":{
    "nabeelio/sphinx-cakephp": "dev-master"
}

```

The plugin will be installed in your Plugin directory.

### Usage

[](#usage)

Make sure the plugin is loaded in `app/Config/bootstrap.php`.

```
CakePlugin::load('SphinxCakephp');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/99736?v=4)[Nabeel S.](/maintainers/nabeelio)[@nabeelio](https://github.com/nabeelio)

---

Top Contributors

[![nabeelio](https://avatars.githubusercontent.com/u/99736?v=4)](https://github.com/nabeelio "nabeelio (9 commits)")

### Embed Badge

![Health badge](/badges/nabeelio-sphinx-cakephp/health.svg)

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

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26190.2k](/packages/awesome-nova-dependent-filter)

PHPackages © 2026

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