arokettu/kilo-mega
最新稳定版本:1.1.2
Composer 安装命令:
composer require arokettu/kilo-mega
包简介
A metric formatter for PHP
关键字:
README 文档
README
A metric formatter for PHP.
Installation
composer require 'arokettu/kilo-mega'
Documentation
Formatting a metric value
<?php use function \Arokettu\KiloMega\format_metric; echo format_metric(1000, suffix: 'W'); // 1.0 kW
Formatting a byte or bit value
<?php use function \Arokettu\KiloMega\format_bytes; echo format_bytes(1234); // 1.2 KiB
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/kilo-mega/-/issues
Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community
License
The library is available as open source under the terms of the MIT License.
统计信息
- 总下载量: 220
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-22