https://github.com/pmvc-plugin/elastic_search
https://github.com/pmvc-plugin/elastic_search
pmvc-guid search
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmvc-plugin/elastic_search
- Owner: pmvc-plugin
- Created: 2015-07-17T17:02:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T20:26:11.000Z (about 5 years ago)
- Last Synced: 2025-01-26T16:16:31.693Z (over 1 year ago)
- Topics: pmvc-guid, search
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/elastic_search)
[](https://packagist.org/packages/pmvc-plugin/elastic_search)
[](https://travis-ci.org/pmvc-plugin/elastic_search)
[](https://packagist.org/packages/pmvc-plugin/elastic_search)
[](https://packagist.org/packages/pmvc-plugin/elastic_search)
PMVC elastic_search Plugin
===============
## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php
### 2. Install Use composer.json or use command-line directly
#### 2.1 Install Use composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/elastic_search": "dev-master"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/elastic_search