Download the PHP package xhinliang/elasticyii without Composer
On this page you can find all versions of the php package xhinliang/elasticyii. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xhinliang/elasticyii
More information about xhinliang/elasticyii
Files in xhinliang/elasticyii
Download xhinliang/elasticyii
More information about xhinliang/elasticyii
Files in xhinliang/elasticyii
Vendor xhinliang
Package elasticyii
Short Description ElasticSearch client for PHP 5.3 and Yii 1.1
License MIT
Homepage http://github.com/xhinliang/elasticyii
Package elasticyii
Short Description ElasticSearch client for PHP 5.3 and Yii 1.1
License MIT
Homepage http://github.com/xhinliang/elasticyii
Keywords clientelasticsearch
Please rate this library. Is it a good library?
Informations about the package elasticyii
ElasticYii
ElasticSearch PHP client for Yii 1.1
Usage
Install
Setup
Basic
Just add the component in your config/main.php
Personalization
You can define your configurations in the config/main.php
protocol
This option will define the protocol ElasticYii will use.
http
means the http protocol, and the client will use ElasticSearchHTTP inside.memcached
means the memcached protocol, and the client will use ElasticSearchMemcached inside.
servers
The server ip and port. For example
default 127.0.0.1:9200
index
, type
the default index
and type
For example
timeout
the timeout, can be null
or a number.
Use
just enjoy it.
Licence
All versions of elasticyii with dependencies
PHP Build Version
Package Version
The package xhinliang/elasticyii contains the following files
Loading the files please wait ....