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
Requires
- davidmaes/config: 1.0.0
- elasticsearch/elasticsearch: ~6.0
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2025-04-10 23:38:46 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