Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Feb 22, 2017
1 parent 5091b70 commit 716f17c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

# Elasticsearch index switcher

[![Build Status](https://travis-ci.org/ThaDafinser/es-index-switcher.svg)](https://travis-ci.org/ThaDafinser/es-index-switcher)
[![Code Coverage](https://scrutinizer-ci.com/g/ThaDafinser/es-index-switcher/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ThaDafinser/es-index-switcher/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ThaDafinser/es-index-switcher/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ThaDafinser/es-index-switcher/?branch=master)

[![Latest Stable Version](https://poser.pugx.org/thadafinser/es-index-switcher/v/stable)](https://packagist.org/packages/thadafinser/es-index-switcher)
[![Latest Unstable Version](https://poser.pugx.org/thadafinser/es-index-switcher/v/unstable)](https://packagist.org/packages/thadafinser/es-index-switcher)
[![License](https://poser.pugx.org/thadafinser/es-index-switcher/license)](https://packagist.org/packages/thadafinser/es-index-switcher)
[![Total Downloads](https://poser.pugx.org/thadafinser/es-index-switcher/downloads)](https://packagist.org/packages/thadafinser/es-index-switcher)

## Usage
```php
$hosts = [
Expand Down Expand Up @@ -39,4 +48,4 @@ $response = $this->getClient()->index($params);
*/
$es->finish();

```
```

0 comments on commit 716f17c

Please sign in to comment.