bar / elastic-search

Elastic search datasource for CakePHP 3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elastic search datasource for CakePHP 3.0

This is a pre-alpha version of an alretnative ORM for CakePHP 3.0 using Elastic Search as its backend. It is currently under development as is only being used to test the interfaces exposed in CakePHP 3.0.

Installing CakePHP via composer

You can install CakePHP into your project using composer. For existing applications you can add the following to your composer.json file:

"require": {
	"cakephp/elastic-search": "dev-master"
}

And run php composer.phar update

Running tests

Assuming you have PHPUnit installed system wide using one of the methods stated here, you can run the tests for cakephp by doing the following:

  1. Copy phpunit.xml.dist to phpunit.xml
  2. Run phpunit

About

Elastic search datasource for CakePHP 3.0


Languages

Language:PHP 100.0%