Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 16, 2015
1 parent fed1a19 commit 88a549c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
Store and retrieve objects from Elasticsearch
=================
[![Build Status](https://travis-ci.org/freekmurze/searchindex.svg?branch=master)](https://travis-ci.org/freekmurze/searchindex)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/47cca532-7a48-4f62-ac66-77f9a0ef122e/mini.png)](https://insight.sensiolabs.com/projects/47cca532-7a48-4f62-ac66-77f9a0ef122e)
[![Latest Stable Version](https://poser.pugx.org/spatie/searchindex/version.png)](https://packagist.org/packages/spatie/searchindex)
[![License](https://poser.pugx.org/spatie/searchindex/license.png)](https://packagist.org/packages/spatie/searchindex)
[![Build status](https://img.shields.io/travis/freekmurze/searchindex.svg)](https://travis-ci.org/freekmurze/searchindex)
[![Latest Version](https://img.shields.io/github/release/freekmurze/searchindex.svg?style=flat-square)](https://github.com/freekmurze/searchindex/releases)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/47cca532-7a48-4f62-ac66-77f9a0ef122e.svg)](https://insight.sensiolabs.com/projects/47cca532-7a48-4f62-ac66-77f9a0ef122e)
[![Quality Score](https://img.shields.io/scrutinizer/g/freekmurze/searchindex.svg?style=flat-square)](https://scrutinizer-ci.com/g/freekmurze/searchindex)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/searchindex.svg?style=flat-square)](https://packagist.org/packages/spatie/searchindex)

This is an opinionated Laravel 4 | 5 package to store and retrieve objects from [Elasticsearch](http://www.elasticsearch.org). It was tailormade for a project I was working on and only provides the functionality that I needed. If you need full control over elasticsearch via PHP, take a look at [the official low-level client](https://github.com/elasticsearch/elasticsearch-php).
This is an opinionated Laravel package to store and retrieve objects from [Elasticsearch](http://www.elasticsearch.org). It was tailormade for a project I was working on and only provides the functionality that I needed. If you need full control over elasticsearch via PHP, take a look at [the official low-level client](https://github.com/elasticsearch/elasticsearch-php).

That being said, if you want an easy and simple syntax to work with elasticsearch, this is the package for you.

## Laravel compatibility

Laravel | googlesearch
:---------|:----------
4.2.x | 1.x
5.x | 2.x

## Installation
To be able to use this package you should have a server with Elasticsearch installed. If you want to install it on your local development machine you can use [these instructions](https://github.com/fideloper/Vaprobash/blob/master/scripts/elasticsearch.sh) from the excellent [Vaprobash repo](https://github.com/fideloper/Vaprobash).
Expand Down

0 comments on commit 88a549c

Please sign in to comment.