SphinxSearch is a powerful search engine to index MySQL and PostgreSQL databases.
This repository is used to make SphinxSearch API PHP Client available through composer.
{
"require": {
"silexneutron/sphinxsearch-api": "dev-master"
}
}
There is also branch with PSR-0
file structure and class-only constants (for example SEARCHD_COMMAND_SEARCH
moved
to SphinxSearchApi_Client::SEARCHD_COMMAND_SEARCH
).
{
"require": {
"silexneutron/sphinxsearch-api": "dev-psr0"
}
}
This is licensed under the GNU General Public License