moar/elasticsearch

Tools for working with ElasticSearch

dev-master 2013-06-14 22:38 UTC

This package is auto-updated.

Last update: 2024-04-04 06:33:21 UTC


README

Tools for working with ElasticSearch.

Part of the Moar PHP Library.

Build Status

Installation

Moar-Elasticsearch is available on Packagist (moar/elasticsearch) and is installable via Composer.

{
  "require": {
    "moar/elasticsearch": "dev-master"
  }
}

If you do not use Composer, you can get the source from GitHub and use any PSR-0 compatible autoloader.

$ git clone https://github.com/bd808/moar-elasticsearch.git

Run the tests

Tests are automatically performed by Travis CI: Build Status

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit