spameri / elastic
ElasticSearch for Nette Framework
v1.0.3
2023-12-19 08:57 UTC
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- elasticsearch/elasticsearch: ^7.12|^8
- ezimuel/ringphp: ^1.2
- monolog/monolog: ^2.0.2
- nette/di: ^3.0.5
- nette/utils: ^3.2.5
- spameri/elastic-query: ^v1.0.0
- symfony/console: ^4.4.26
- tracy/tracy: ^2.6.7
Requires (Dev)
- kdyby/console: ^4.0.0
- mockery/mockery: ^1.5
- nette/bootstrap: ^3.0
- nette/http: ^3.0.7
- nette/tester: ^2.4
- php-coveralls/php-coveralls: ^2.1
- phpstan/phpstan: 0.12.84
- spameri/coding-standard: dev-master
- spameri/dependency-mocker: ^1.3
- dev-master
- v2.0.x-dev
- v1.0.3
- v1.0.2
- v1.0.0
- v1.0.0-alpha.16
- v1.0.0-alpha.15
- v1.0.0-alpha.14
- v1.0.0-alpha.13
- v1.0.0-alpha.12
- v1.0.0-alpha.11
- v1.0.0-alpha.10
- v1.0.0-alpha.9
- v1.0.0-alpha.8
- v1.0.0-alpha.7
- v1.0.0-alpha.6
- v1.0.0-alpha.5
- v1.0.0-alpha.4
- v1.0.0-alpha.3
- v1.0.0-alpha.2
- v1.0.0-alpha
- v0.4.0-beta
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.1
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- dev-delete-alias-fix
- dev-version-one
- dev-entity-factory
This package is auto-updated.
Last update: 2024-11-05 09:18:07 UTC
README
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.