zp/supple

Document indexation and migration tool for Elasticsearch

Maintainers

Package info

github.com/zarplata/supple

pkg:composer/zp/supple

Statistics

Installs: 712

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2021-07-09 07:58 UTC

This package is auto-updated.

Last update: 2026-03-09 18:33:00 UTC


README

Supple is a framework agnostic document indexation and migration tool for Elasticsearch.

Installation

composer require zp/supple

Usage

See examples/example.php.

Annotations

use Zp\Supple\Annotation as Elastic;

@Elastic\Index

TODO

@Elastic\IndexTemplate

TODO

@Elastic\IndexAnalysis

TODO

@Elastic\IndexMapping

TODO

@Elastic\IndexSetting

TODO

@Elastic\ID

TODO

@Elastic\Mapping

TODO

@Elastic\EmbeddedMapping

TODO

@Elastic\Ignore

TODO

JMSSerializer

Under the hood, for mapping document to JSON used library JMSSerializer, so you could use their annotations.