https://github.com/open-southeners/byte-unit-converter
A utility written in PHP8.1+ to convert multiple-byte units with no dependencies
https://github.com/open-southeners/byte-unit-converter
bytes bytes-conversion conversion dependencyless frameworkless tools utilities utility-library
Last synced: 11 months ago
JSON representation
A utility written in PHP8.1+ to convert multiple-byte units with no dependencies
- Host: GitHub
- URL: https://github.com/open-southeners/byte-unit-converter
- Owner: open-southeners
- License: mit
- Created: 2023-10-28T17:38:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T23:43:46.000Z (over 2 years ago)
- Last Synced: 2024-10-08T09:40:47.814Z (over 1 year ago)
- Topics: bytes, bytes-conversion, conversion, dependencyless, frameworkless, tools, utilities, utility-library
- Language: PHP
- Homepage: https://docs.opensoutheners.com/byte-unit-converter
- Size: 67.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Byte unit converter [](https://www.php.net/supported-versions.php) [](https://codecov.io/gh/open-southeners/byte-unit-converter) [](https://dashboard.stryker-mutator.io/reports/github.com/open-southeners/byte-unit-converter/main) [](https://vscode.dev/github/open-southeners/byte-unit-converter)
===
A utility written in PHP8.1+ to convert multiple-byte units with no dependencies.
## Getting started
```bash
composer require open-southeners/byte-unit-converter
```
### Usage
[Official documentation](https://docs.opensoutheners.com/byte-unit-converter)
## Motivation
After learning the Swift programming language I found a very useful utility under darwin systems (Mac OS X) which is the [ByteCountFormatter](https://developer.apple.com/documentation/foundation/bytecountformatter) there is where I based this project, also needed this for a long-run project (also used in our other package: [machine-stats](https://github.com/open-southeners/machine-stats)) therefore here it is.
## Partners
[](https://getskore.com)
## License
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).