Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/h4kuna/number-format
- Owner: h4kuna
- Created: 2012-10-12T13:21:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T07:09:44.000Z (7 months ago)
- Last Synced: 2024-10-20T14:43:16.235Z (2 months ago)
- Topics: dates, formatter, number-converter, number-format, units
- Language: PHP
- Homepage:
- Size: 160 KB
- Stars: 17
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)