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

ActiveLibrary

schevgeny/sphinx
================

Yii2 sphinx api

1.0.1(9y ago)137MITPHPPHP ^5.3.3 || ^7.0

Since Apr 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/schevgeny/DGSphinxSearch)[ Packagist](https://packagist.org/packages/schevgeny/sphinx)[ RSS](/packages/schevgeny-sphinx/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Yii2 sphinx api
===============

[](#yii2-sphinx-api)

Yii2 sphinx api

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist schevgeny/sphinx "*"

```

or add

```
"schevgeny/sphinx": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Add component sphinx to config :

```
'components' => [
    ...
    'sphinx' => [
        'class' => 'schevgeny\sphinx\DGSphinxSearch',
        'server' => 'SPHINX_SERVER_IP',
        'port' => 3312,
        'maxQueryTime' => 3000,
        'enableProfiling'=>0,
        'enableResultTrace'=>0,
        'fieldWeights' => [
            'name' => 10000,
            'keywords' => 100,
        ],
    ],
]
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

3322d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1bcc59aae2c60e6c9b5d63c564ee73f5e4d9b5a0d03fea93a5bd36e3e987646e?d=identicon)[schevgeny](/maintainers/schevgeny)

---

Top Contributors

[![schevgeny](https://avatars.githubusercontent.com/u/364299?v=4)](https://github.com/schevgeny "schevgeny (5 commits)")

---

Tags

yii2-sphinx-apiyii2extensionsphinx

### Embed Badge

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

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

###  Alternatives

[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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