Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h4kuna/number-format

Many options when formatting numbers and dates. Wrapper above number_format.
https://github.com/h4kuna/number-format

dates formatter number-converter number-format units

Last synced: about 1 month ago
JSON representation

Many options when formatting numbers and dates. Wrapper above number_format.

Awesome Lists containing this project

README

        

# Format

[![Latest stable](https://img.shields.io/packagist/v/h4kuna/number-format.svg)](https://packagist.org/packages/h4kuna/number-format)
[![Downloads this Month](https://img.shields.io/packagist/dm/h4kuna/number-format.svg)](https://packagist.org/packages/h4kuna/number-format)
[![Coverage Status](https://coveralls.io/repos/github/h4kuna/number-format/badge.svg?branch=master)](https://coveralls.io/github/h4kuna/number-format?branch=master)

```bash
composer require h4kuna/number-format
```

The library can format numbers like percent, currencies or number with unit. Format dates and convert between order of units.

Details about changelog is moved to [file](./doc/changelog.md). Upgrade from [lower versions](./doc/upgrade.md).

- [Number](./doc/numbers.md)
- [Date](./doc/date.md)
- [Percentage](./doc/percentage.md)
- [Unit](./doc/unit.md)