moar / elasticsearch
Tools for working with ElasticSearch
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/moar/elasticsearch
Requires
- php: >=5.3.0
- moar/net-http: dev-master
This package is auto-updated.
Last update: 2025-10-04 09:43:50 UTC
README
Tools for working with ElasticSearch.
Part of the Moar PHP Library.
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:
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit