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

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

nilportugues/sphinx-search
==========================

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

1.0.3(10y ago)18452.9k↓21.4%6[1 issues](https://github.com/nilportugues/php-sphinx-search/issues)2MITPHPPHP &gt;=5.3.0

Since Jul 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nilportugues/php-sphinx-search)[ Packagist](https://packagist.org/packages/nilportugues/sphinx-search)[ Docs](https://github.com/nilopc/NilPortugues_PHP_Sphinx)[ RSS](/packages/nilportugues-sphinx-search/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (2)

Sphinx for PHP 5.3 and above
============================

[](#sphinx-for-php-53-and-above)

[![Build Status](https://camo.githubusercontent.com/1508ef9335c71a29a90f456a6745b11baf4f47b0ab3fc2b04b5247811e2b181e/68747470733a2f2f7472617669732d63692e6f72672f6e696c706f727475677565732f7068702d737068696e782d7365617263682e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/nilportugues/php-sphinx-search)[![Latest Stable Version](https://camo.githubusercontent.com/510307354e3f05fafc2bb38578ce2edf56e810afda3d0ce4f7cd8a7935fb1693/68747470733a2f2f706f7365722e707567782e6f72672f6e696c706f727475677565732f737068696e782d7365617263682f762f737461626c652e737667)](https://packagist.org/packages/nilportugues/sphinx-search) [![Total Downloads](https://camo.githubusercontent.com/90131d45593ac45d420061090970bb53afa751cc65680fb67fd14c26f8ed971e/68747470733a2f2f706f7365722e707567782e6f72672f6e696c706f727475677565732f737068696e782d7365617263682f646f776e6c6f6164732e737667)](https://packagist.org/packages/nilportugues/sphinx-search) [![License](https://camo.githubusercontent.com/0bd64bf427c714a7728ff7aee0372c67e3854fdd547c4c858b3c43b1e10a8bf3/68747470733a2f2f706f7365722e707567782e6f72672f6e696c706f727475677565732f737068696e782d7365617263682f6c6963656e73652e737667)](https://packagist.org/packages/nilportugues/sphinx-search)

This class is a port of the original Sphinx API class by **Andrew Aksyonoff** and Sphinx Technologies Inc to PHP 5.3 and above.

1. Requirements
---------------

[](#1-requirements)

- Composer
- PHP 5.3 or above
- SphinxSearch

2. Added removeFilter
---------------------

[](#2-added-removefilter)

While all the existing methods are available and vastly documented in the Sphinx Documentation, this version of the SphinxClient for PHP includes a new method.

- **removeFilter**: The original SphinxClient allows you to clear all filters. This method removes a specific filter previously set.

```
