I've installed the sphinx tool on my Ubuntu machine using sphinxsearch
. I cannot find any Ubuntu package to support php-sphinx.
Where should I get PHP API for sphinx from?
The PHP API is only a PHP file you have to include.
Sphinx API is PHP file with functions. You can download it from sphinx site.
But now most recommended use SphixQL - this is language similar to SQL and you can use it with php-mysql extension.
Googling "Sphinx php installation" gave the following result: