Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bedita/elastic-search
Elastic Search plugin for BEdita
https://github.com/bedita/elastic-search
Last synced: 21 days ago
JSON representation
Elastic Search plugin for BEdita
- Host: GitHub
- URL: https://github.com/bedita/elastic-search
- Owner: bedita
- License: lgpl-3.0
- Created: 2023-06-13T12:57:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T07:45:22.000Z (about 1 month ago)
- Last Synced: 2024-11-19T08:36:50.074Z (about 1 month ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.LGPL
Awesome Lists containing this project
README
# BEdita/ElasticSearch plugin for BEdita
[![Github Actions](https://github.com/bedita/elastic-search/workflows/php/badge.svg)](https://github.com/bedita/elastic-search/actions?query=workflow%3Aphp)
[![codecov](https://codecov.io/gh/bedita/elastic-search/branch/main/graph/badge.svg)](https://codecov.io/gh/bedita/elastic-search)
[![phpstan](https://img.shields.io/badge/PHPStan-level%209-brightgreen.svg)](https://phpstan.org)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bedita/elastic-search/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/bedita/elastic-search/?branch=main)
[![image](https://img.shields.io/packagist/v/bedita/elastic-search.svg?label=stable)](https://packagist.org/packages/bedita/elastic-search)
[![image](https://img.shields.io/github/license/bedita/elastic-search.svg)](https://github.com/bedita/elastic-search/blob/main/LICENSE.LGPL)## Installation
First, if `vendor` directory has not been created, you have to install composer dependencies using:
```bash
composer install
```You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).
The recommended way to install composer packages is:
```bash
composer require bedita/elastic-search
```