Download the PHP package gigablah/sphinxphp without Composer
On this page you can find all versions of the php package gigablah/sphinxphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gigablah/sphinxphp
More information about gigablah/sphinxphp
Files in gigablah/sphinxphp
Download gigablah/sphinxphp
More information about gigablah/sphinxphp
Files in gigablah/sphinxphp
Vendor gigablah
Package sphinxphp
Short Description Sphinx Search PHP API
License GPL-2.0
Homepage http://sphinxsearch.com/
Package sphinxphp
Short Description Sphinx Search PHP API
License GPL-2.0
Homepage http://sphinxsearch.com/
Please rate this library. Is it a good library?
Informations about the package sphinxphp
Sphinx Search PHP Client
Sphinx is an open source full-text search engine.
This project contains a refactored Sphinx PHP client with some minor differences:
- Compatibility with Composer
- Compliance with PSR standards
- Fluent (chainable) setter functions
- PHPUnit tests
Installation
Create a composer.json
file and run composer install
:
{
"require": {
"gigablah/sphinxphp": "2.0.*"
}
}
Usage
Refer to the official documentation.
Note: public functions have been changed to lower camelcase in accordance with PSR-1.
License
GNU General Public License version 2 (GPL-2.0)
All versions of sphinxphp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package gigablah/sphinxphp contains the following files
Loading the files please wait ....