davidmaes/elasticsearch

There is no license information available for the latest version (0.1.0) of this package.

0.1.0 2018-05-10 17:00 UTC

This package is not auto-updated.

Last update: 2024-04-25 19:20:18 UTC


README

This library is puts a lightweight shell around ElasticSearch for ease of use.

Getting Started

Prerequisites

You will need docker and docker-compose to run the tests in this library.

Installation

Just run the included composer when you first install it.

docker-compose run php composer install

Running the tests

docker-compose run php vendor/bin/phpunit

Deployment

To add this library to your application, install it with Composer

composer require davidmaes/elasticsearch