Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 842 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 842 Bytes

SphinxSearch PHP API

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"
    }
}

License

This is licensed under the GNU General Public License