|
1 | | -## Laravel 5.3+ Digit to Text Module |
| 1 | +## Digit to Text for Laravel 5.3+ |
2 | 2 |
|
| 3 | +The module allows to translate numbers into a text equivalent. This is important in the billing. |
3 | 4 |
|
4 | | -[](https://travis-ci.org/andrey-helldar/DigitText) |
5 | | -[](https://packagist.org/packages/andrey-helldar/digittext) |
6 | | -[](https://packagist.org/packages/andrey-helldar/digittext) |
7 | | -[](https://packagist.org/packages/andrey-helldar/digittext) |
8 | | -[](https://packagist.org/packages/andrey-helldar/digittext) |
9 | | - |
| 5 | + |
10 | 6 |
|
11 | | -[](https://github.com/andrey-helldar/DigitText) |
12 | | -[](https://scrutinizer-ci.com/g/andrey-helldar/DigitText/?branch=master) |
13 | | -[](https://www.versioneye.com/php/andrey-helldar:digittext/dev-master) |
14 | | -[](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> |
15 | 14 |
|
16 | | -[](https://php-eye.com/package/andrey-helldar/digittext) |
17 | 15 |
|
| 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> |
18 | 22 |
|
19 | | -The module allows to translate numbers into a text equivalent. This is important in the billing. |
20 | 23 |
|
21 | 24 | ## Installation |
22 | 25 |
|
|
0 commit comments