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

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Spameri/Elastic.svg?branch=master)](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)