Skip to content
This repository was archived by the owner on Jul 1, 2019. It is now read-only.

Commit b2709a3

Browse files
author
Andrey Helldar
authored
Update README.md
1 parent 4fef2c6 commit b2709a3

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
## Laravel 5.3+ Digit to Text Module
1+
## Digit to Text for Laravel 5.3+
22

3+
The module allows to translate numbers into a text equivalent. This is important in the billing.
34

4-
[![Build Status](https://travis-ci.org/andrey-helldar/DigitText.svg?branch=master&style=flat-square)](https://travis-ci.org/andrey-helldar/DigitText)
5-
[![Total Downloads](https://poser.pugx.org/andrey-helldar/digittext/downloads?format=flat-square)](https://packagist.org/packages/andrey-helldar/digittext)
6-
[![Latest Stable Version](https://poser.pugx.org/andrey-helldar/digittext/v/stable?format=flat-square)](https://packagist.org/packages/andrey-helldar/digittext)
7-
[![Latest Unstable Version](https://poser.pugx.org/andrey-helldar/digittext/v/unstable?format=flat-square)](https://packagist.org/packages/andrey-helldar/digittext)
8-
[![License](https://poser.pugx.org/andrey-helldar/digittext/license?format=flat-square)](https://packagist.org/packages/andrey-helldar/digittext)
9-
5+
![Digit to Text for Laravel 5.3+](https://cloud.githubusercontent.com/assets/10347617/21897789/f51aed2c-d92d-11e6-9f86-de24d148c0ca.jpg)
106

11-
[![Quality Score](https://img.shields.io/scrutinizer/g/andrey-helldar/digittext.svg?style=flat-square)](https://github.com/andrey-helldar/DigitText)
12-
[![Code Coverage](https://scrutinizer-ci.com/g/andrey-helldar/DigitText/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/andrey-helldar/DigitText/?branch=master)
13-
[![Dependency Status](https://www.versioneye.com/php/andrey-helldar:digittext/dev-master/badge.svg?style=flat-square)](https://www.versioneye.com/php/andrey-helldar:digittext/dev-master)
14-
[![StyleCI](https://styleci.io/repos/45746985/shield)](https://styleci.io/repos/45746985)
7+
<p align="center">
8+
<a href="https://travis-ci.org/andrey-helldar/DigitText"><img src="https://travis-ci.org/andrey-helldar/DigitText.svg?branch=master&style=flat-square" alt="Build Status" /></a>
9+
<a href="https://packagist.org/packages/andrey-helldar/DigitText"><img src="https://img.shields.io/packagist/dt/andrey-helldar/DigitText.svg?style=flat-square" alt="Total Downloads" /></a>
10+
<a href="https://packagist.org/packages/andrey-helldar/DigitText"><img src="https://poser.pugx.org/andrey-helldar/DigitText/v/stable?format=flat-square" alt="Latest Stable Version" /></a>
11+
<a href="https://packagist.org/packages/andrey-helldar/DigitText"><img src="https://poser.pugx.org/andrey-helldar/DigitText/v/unstable?format=flat-square" alt="Latest Unstable Version" /></a>
12+
<a href="https://github.com/andrey-helldar/DigitText"><img src="https://poser.pugx.org/andrey-helldar/DigitText/license?format=flat-square" alt="License" /></a>
13+
</p>
1514

16-
[![PHP-Eye](https://php-eye.com/badge/andrey-helldar/digittext/tested.svg?style=flat)](https://php-eye.com/package/andrey-helldar/digittext)
1715

16+
<p align="center">
17+
<a href="https://github.com/andrey-helldar/DigitText"><img src="https://img.shields.io/scrutinizer/g/andrey-helldar/DigitText.svg?style=flat-square" alt="Quality Score" /></a>
18+
<a href="https://www.versioneye.com/php/andrey-helldar:DigitText/dev-master"><img src="https://www.versioneye.com/php/andrey-helldar:DigitText/dev-master/badge?style=flat-square" alt="Dependency Status" /></a>
19+
<a href="https://styleci.io/repos/45746985"><img src="https://styleci.io/repos/45746985/shield" alt="StyleCI" /></a>
20+
<a href="https://php-eye.com/package/andrey-helldar/DigitText"><img src="https://php-eye.com/badge/andrey-helldar/DigitText/tested.svg?style=flat" alt="PHP-Eye" /></a>
21+
</p>
1822

19-
The module allows to translate numbers into a text equivalent. This is important in the billing.
2023

2124
## Installation
2225

0 commit comments

Comments
 (0)