davidmaes / elasticsearch
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/davidmaes/elasticsearch
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-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