Download the PHP package imsamurai/elasticsearch-source without Composer
On this page you can find all versions of the php package imsamurai/elasticsearch-source. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imsamurai/elasticsearch-source
More information about imsamurai/elasticsearch-source
Files in imsamurai/elasticsearch-source
Download imsamurai/elasticsearch-source
More information about imsamurai/elasticsearch-source
Files in imsamurai/elasticsearch-source
Vendor imsamurai
Package elasticsearch-source
Short Description Elasticsearch source for CakePHP (HttpSource)
License MIT
Homepage http://github.com/imsamurai/CakePHP-ElasticsearchSource-Datasource
Package elasticsearch-source
Short Description Elasticsearch source for CakePHP (HttpSource)
License MIT
Homepage http://github.com/imsamurai/CakePHP-ElasticsearchSource-Datasource
Please rate this library. Is it a good library?
Informations about the package elasticsearch-source
ElasticsearchSource Plugin
CakePHP ElasticsearchSource is DataSource Plugin for Elasticsearch
Installation
Step 1: Clone or download HttpSource
Step 2: Clone or download to Plugin/ElasticsearchSource
cd my_cake_app/app git://github.com/imsamurai/CakePHP-ElasticsearchSource-Datasource.git Plugin/ElasticsearchSource
or if you use git add as submodule:
cd my_cake_app
git submodule add "git://github.com/imsamurai/CakePHP-ElasticsearchSource-Datasource.git" "app/Plugin/ElasticsearchSource"
then update submodules:
git submodule init
git submodule update
Step 3: Add your configuration to database.php
and set it to the model
Then make model
Step 4: Load plugin
Tests
To run tests add and fill $elasticsearchTest in database.php
Usage
You can use elasticsearch almost as db tables:
Documentation
Please read HttpSource Plugin README
All versions of elasticsearch-source with dependencies
PHP Build Version
Package Version
The package imsamurai/elasticsearch-source contains the following files
Loading the files please wait ....