davidmaes/elasticsearch

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

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/davidmaes/elasticsearch

0.1.0 2018-05-10 17:00 UTC

This package is not auto-updated.

Last update: 2025-09-26 02:12:04 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