Skip to content

Commit

Permalink
Added coveralls dependency, added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Feb 7, 2016
1 parent ed3d52c commit 164aa40
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[![Build Status](https://travis-ci.org/hollodotme/ColognePhonetic.svg?branch=master)](https://travis-ci.org/hollodotme/ColognePhonetic)
[![Coverage Status](https://coveralls.io/repos/hollodotme/ColognePhonetic/badge.svg?branch=master&service=github)](https://coveralls.io/github/hollodotme/ColognePhonetic?branch=master)
[![Latest Stable Version](https://poser.pugx.org/hollodotme/cologne-phonetic/v/stable)](https://packagist.org/packages/hollodotme/cologne-phonetic)
[![Total Downloads](https://poser.pugx.org/hollodotme/cologne-phonetic/downloads)](https://packagist.org/packages/hollodotme/cologne-phonetic)
[![Latest Unstable Version](https://poser.pugx.org/hollodotme/cologne-phonetic/v/unstable)](https://packagist.org/packages/hollodotme/cologne-phonetic)
[![License](https://poser.pugx.org/hollodotme/cologne-phonetic/license)](https://packagist.org/packages/hollodotme/cologne-phonetic)

# ColognePhonetic

A PHP OOP implementation of the "Kölner Phonetik Index".

This is an adaption of [Andy Theiler](https://github.com/deezaster)'s precedural implementation.
This is an adaption of [Andy Theiler](https://github.com/deezaster)'s precedural implementation with some fixes and unit tests.

## Requirements

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"php": ">=5.5",
"ext-iconv": "*"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
"hollodotme\\ColognePhonetic\\": "src/"
Expand Down
Loading

0 comments on commit 164aa40

Please sign in to comment.