An open API service indexing awesome lists of open source software.

https://github.com/spameri/elasticquery

Elastic documentation converted to php objects for easy using.
https://github.com/spameri/elasticquery

Last synced: 11 months ago
JSON representation

Elastic documentation converted to php objects for easy using.

Awesome Lists containing this project

README

          

# ElasticQuery
Elastic documentation converted to php objects for easy using.

Installation
------------

The best way to install Spameri/ElasticQuery is using [Composer](http://getcomposer.org/):

```sh
$ composer require spameri/elastic-query
```

Documentation
------------

Learn more in the [documentation](https://github.com/Spameri/ElasticQuery/tree/master/doc).

- [Usage](https://github.com/Spameri/ElasticQuery/tree/master/doc/01-usage.md)
- [Query objects](https://github.com/Spameri/ElasticQuery/tree/master/doc/02-query-objects.md)
- [Aggregation objects](https://github.com/Spameri/ElasticQuery/tree/master/doc/03-aggregation-objects.md)
- [Result objects](https://github.com/Spameri/ElasticQuery/tree/master/doc/04-result-objects.md)