Download the PHP package unit/information without Composer
On this page you can find all versions of the php package unit/information. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unit/information
More information about unit/information
Files in unit/information
Download unit/information
More information about unit/information
Files in unit/information
Vendor unit
Package information
Short Description Package for transforming, formatting and calculating information units like bits, bytes, kilobits, kilobytes, megabits, megabytes, kibibytes, mebibytes etc.
License MIT
Homepage http://github.com/michaelKaefer/information
Package information
Short Description Package for transforming, formatting and calculating information units like bits, bytes, kilobits, kilobytes, megabits, megabytes, kibibytes, mebibytes etc.
License MIT
Homepage http://github.com/michaelKaefer/information
Please rate this library. Is it a good library?
Informations about the package information
information
Package for calculating and formatting information units like Bit, Byte, Kilobit, Kilobyte, Megabit, Megabyte, etc.
Installation
Notes
The units follow the IEC standard:
Name | Abbreviation | Bit | Byte |
---|---|---|---|
Bit | b | 1 | 0.125 |
Kilobit | kb | 1000 | 125 |
Megabit | Mb | 1000000 | 125000 |
Gigabit | Gb | 1000000000 | 125000000 |
Terabit | Tb | 1000000000000 | 125000000000 |
Petabit | Pb | 1000000000000000 | 125000000000000 |
Byte | B | 8 | 1 |
Kilobyte | kB | 8000 | 1000 |
Megabyte | MB | 8000000 | 1000000 |
Gigabyte | GB | 8000000000 | 1000000000 |
Terabyte | TB | 8000000000000 | 1000000000000 |
Petabyte | PB | 8000000000000000 | 1000000000000000 |
Kibibyte | KiB | 8192 | 1024 |
Mebibyte | MiB | 8388608 | 1048576 |
Gibibyte | GiB | 8589934592 | 1073741824 |
Tebibyte | TiB | 8796093022208 | 1099511627776 |
Pebibyte | PiB | 9007199254740992 | 1125899906842624 |
Usage
Create an instance:
Formatting:
Numeric value in specific unit:
Calculate:
Development
Install Symfony binary to make life easier:
Build repo for development:
Testing:
Before releases:
License
The MIT License (MIT). Please see License File for more information.
All versions of information with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package unit/information contains the following files
Loading the files please wait ....