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 year 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T07:06:46.000Z (about 1 year ago)
- Last Synced: 2025-03-27T00:11:08.402Z (about 1 year ago)
- Topics: dates, formatter, number-converter, number-format, units
- Language: PHP
- Homepage:
- Size: 168 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Format
[](https://packagist.org/packages/h4kuna/number-format)
[](https://packagist.org/packages/h4kuna/number-format)
[](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)