Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SidRoberts/phalcon-elasticsearchindexer

Elasticsearch indexer component for Phalcon.
https://github.com/SidRoberts/phalcon-elasticsearchindexer

elasticsearch phalcon

Last synced: 3 months ago
JSON representation

Elasticsearch indexer component for Phalcon.

Awesome Lists containing this project

README

        

# `Sid\Phalcon\ElasticsearchIndexer`

Elasticsearch indexer component for Phalcon.

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/SidRoberts/phalcon-elasticsearchindexer/tests.yml?style=for-the-badge)](https://github.com/SidRoberts/phalcon-elasticsearchindexer/actions)
[![GitHub release](https://img.shields.io/github/release/SidRoberts/phalcon-elasticsearchindexer.svg?style=for-the-badge)]()

[![GitHub issues](https://img.shields.io/github/issues-raw/SidRoberts/phalcon-elasticsearchindexer.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-elasticsearchindexer/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/SidRoberts/phalcon-elasticsearchindexer.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-elasticsearchindexer/pulls)

## Version Requirements

[![](https://img.shields.io/badge/Phalcon-%3E%3D%205.0.0-76C39B?style=for-the-badge)]()

[![](https://img.shields.io/badge/PHP-%3E%3D%208.0.0-777BB3?style=for-the-badge)]()

## Installing

Install using Composer:

```json
{
"require": {
"sidroberts/phalcon-elasticsearchindexer": "dev-master"
}
}
```

## Documentation

See the [Wiki](https://github.com/SidRoberts/phalcon-elasticsearchindexer/wiki).

## License

Licensed under the MIT License.
© [Sid Roberts](https://github.com/SidRoberts)