library silex-sphinx-provider
Silex service provider for Sphinx search engine
onlinesid/silex-sphinx-provider
Silex service provider for Sphinx search engine
- Wednesday, March 9, 2016
- by onlinesid
- Repository
- 1 Watchers
- 0 Stars
- 16 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Silex Sphinx Provider
Silex service provider for Sphinx search engine (PHP), (*1)
Installation
Library
$ git clone https://github.com/onlinesid/silex-sphinx-provider.git
Dependencies
$ wget http://getcomposer.org/composer.phar
$ php composer.phar require onlinesid/silex-sphinx-provider:dev-master
Usage
Registering the Service Provider
$app->register(new OnlineSid\Silex\Provider\Search\SphinxServiceProvider(), array(
'sphinx_options' => array('host' => '127.0.0.1', 'port' => '9312'),
));
Usage in controller
/** @var $sphinxSearch \NilPortugues\Sphinx\SphinxClient */
$sphinxSearch = $this->app['sphinx_client'];
dev-master
9999999-dev
Silex service provider for Sphinx search engine
Sources
Download
MIT
The Requires
v0.1.0
0.1.0.0
Silex service provider for Sphinx search engine
Sources
Download
MIT
The Requires