https://github.com/spameri/elastic
ElasticSearch PHP ODM.
https://github.com/spameri/elastic
elasticsearch
Last synced: about 1 year ago
JSON representation
ElasticSearch PHP ODM.
- Host: GitHub
- URL: https://github.com/spameri/elastic
- Owner: Spameri
- Created: 2017-03-27T16:30:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:28:55.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T08:24:25.157Z (almost 2 years ago)
- Topics: elasticsearch
- Language: PHP
- Homepage:
- Size: 648 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/Spameri/Elastic)
# ElasticSearch implementation in Nette framework
Fetching data from ElasticSearch, filtering, aggregation and more.
## Install
Install Spameri/Elastic to your project using Composer:
`composer require spameri/elastic`
## Why this library?
Not because of speed, coolness, scalability.
This is here because queries are typed objects. Hopefully easy to understand and true to ElasticSearch great documentation.
Documents in ElasticSearch are typed objects.
Responce is mapped on typed objects.
[Documentation](./doc/01_intro.md)