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.
- Host: GitHub
- URL: https://github.com/spameri/elasticquery
- Owner: Spameri
- Created: 2017-12-05T18:24:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T08:05:30.000Z (over 1 year ago)
- Last Synced: 2025-04-10T03:06:49.889Z (about 1 year ago)
- Language: PHP
- Size: 341 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)