https://github.com/bd808/moar-elasticsearch
Tools for working with ElasticSearch
https://github.com/bd808/moar-elasticsearch
Last synced: about 2 months ago
JSON representation
Tools for working with ElasticSearch
- Host: GitHub
- URL: https://github.com/bd808/moar-elasticsearch
- Owner: bd808
- License: mit
- Created: 2013-04-09T23:25:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T22:40:58.000Z (about 13 years ago)
- Last Synced: 2025-01-17T08:23:19.363Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Moar-Elasticsearch
==================
Tools for working with ElasticSearch.
Part of the [Moar PHP Library][].
[![Build Status][ci-status]][ci-home]
Installation
------------
Moar-Elasticsearch is available on Packagist ([moar/elasticsearch][]) and is installable
via [Composer][].
{
"require": {
"moar/elasticsearch": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any
PSR-0 compatible autoloader.
$ git clone https://github.com/bd808/moar-elasticsearch.git
Run the tests
-------------
Tests are automatically performed by [Travis CI][]:
[![Build Status][ci-status]][ci-home]
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit
---
[Moar PHP Library]: https://github.com/bd808/moar
[ci-status]: https://travis-ci.org/bd808/moar-elasticsearch.png
[ci-home]: https://travis-ci.org/bd808/moar-elasticsearch
[moar/elasticsearch]: https://packagist.org/packages/moar/elasticsearch
[Composer]: http://getcomposer.org
[Travis CI]: https://travis-ci.org