spameri/elastic

ElasticSearch for Nette Framework

Maintainers

👁 VBoss

Package info

github.com/Spameri/Elastic

Homepage

Issues

pkg:composer/spameri/elastic

Statistics

Installs: 33 920

Dependents: 0

Suggesters: 0

Stars: 8

v1.0.3 2023-12-19 08:57 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause, GPL-2.0, GPL-3.0 13cc09c753f7090aa0d3878364888ab75d45455e

  • VBoss <vcevela.woop@gmail.com>

elasticsearchnetteelasticspameri


README

👁 Build Status

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