Download the PHP package bariscodefx/php-number-format-kmt without Composer
On this page you can find all versions of the php package bariscodefx/php-number-format-kmt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bariscodefx/php-number-format-kmt
More information about bariscodefx/php-number-format-kmt
Files in bariscodefx/php-number-format-kmt
Download bariscodefx/php-number-format-kmt
More information about bariscodefx/php-number-format-kmt
Files in bariscodefx/php-number-format-kmt
Vendor bariscodefx
Package php-number-format-kmt
Short Description Format numbers as K, M, and T. (example: 300000 -> 300k)
License GPL-3.0
Package php-number-format-kmt
Short Description Format numbers as K, M, and T. (example: 300000 -> 300k)
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package php-number-format-kmt
PHPNumberFormatKMT
What is this?
This is a very very simple number format library for formatting numbers like; 320.000.000 -> 320M, 12.000 -> 12K, 1.300.000.000 -> 1.3T.
Why I did that?
I don't like PHP's number/currency formatting. It's only formats with dots (.) and commas (,). Most games use (K, M, T) letters for number formatting. And I think that's better.
How to install?
composer require bariscodefx/php-number-format-kmt
Usage
Support
If you like this project, you can contribute to me by starring it.
All versions of php-number-format-kmt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package bariscodefx/php-number-format-kmt contains the following files
Loading the files please wait ....