Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/SidRoberts/phalcon-elasticsearchindexer
- Owner: SidRoberts
- License: mit
- Created: 2015-10-04T15:18:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T02:50:11.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T01:00:27.813Z (4 months ago)
- Topics: elasticsearch, phalcon
- Language: PHP
- Size: 51.8 KB
- Stars: 10
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phalcon - ElasticsearchIndexer - Elasticsearch indexer component for Phalcon (Searching)
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)