cse/helpers-math-converter
Composer 安装命令:
composer require cse/helpers-math-converter
包简介
A mathematics helpers, providing functionality for numbers converter.
关键字:
README 文档
README
English | Русский
MATH CONVERTER CSE HELPERS
A mathematics helpers, providing functionality for numbers converter.
Project repository: https://github.com/cs-eliseev/helpers-math-converter
DEMO
$mb = MathConverter::toMb('300K'); $sub = bcsub( MathConverter::roundDecimal($mb, 4), // 0.293 MathConverter::cutDecimal($mb, 4), // 0.2929 4 ); // 0.0001 MathConverter::binToHex($sub); // 302e30303031
Introduction
CSE HELPERS is a collection of several libraries with simple functions written in PHP for people.
Despite using PHP as the main programming language for the Internet, its functions are not enough. MATH CONVERTER CSE HELPERS providing functionality for numbers converter.
CSE HELPERS was created for the rapid development of web applications.
CSE Helpers project:
- Array CSE helpers
- Cookie CSE helpers
- Date CSE helpers
- Email CSE helpers
- IP CSE helpers
- Json CSE helpers
- Math Converter CSE helpers
- Phone CSE helpers
- Request CSE helpers
- Session CSE helpers
- Word CSE helpers
Below you will find some information on how to init library and perform common commands.
Install
You can find the most recent version of this project here.
Composer
Execute the following command to get the latest version of the package:
composer require cse/helpers-math-converter
Or file composer.json should include the following contents:
{
"require": {
"cse/helpers-math-converter": "*"
}
}
Git
Clone this repository locally:
git clone https://github.com/cs-eliseev/helpers-math-converter.git
Download
Download the latest release here.
Usage
The class consists of static methods that are conveniently used in any project. See example examples-math-converter.php.
Convert HEX TO BINARY
Example:
MathConverter::hexToBin('48454c4c4f'); // HELLO
Convert BINARY TO HEX
Example:
MathConverter::binToHex('HELLO'); // 48454c4c4f
Convert MEGABYTES TO BYTES
Example:
MathConverter::mbToBytes(1); // 1048576
Convert BYTES TO MEGABYTES
Example:
MathConverter::bytesToMb(1048576); // 1
Change decimal:
MathConverter::bytesToMb(1000000, 4); // 0.9537
Convert GIGABYTES TO BYTES
Example:
MathConverter::gbToBytes(1); // 1073741824
Convert BYTES TO GIGABYTES
Example:
MathConverter::bytesToGb(1073741824); // 1
Change decimal:
MathConverter::bytesToGb(1000000000, 4); // 0.9313
Convert GIGABYTES TO MEGABYTES
Example:
MathConverter::gbToMb(1); // 1024
Convert MEGABYTES TO GIGABYTES
Example:
MathConverter::mbToGb(1024); // 1
Change decimal:
MathConverter::mbToGb(1000, 4); // 0.9766
Convert TO MEGABYTES
Example:
MathConverter::toMb('1M'); // 1
Petabyte to megabyte:
MathConverter::toMb('0.001P'); // 1073741.824
Terabyte to megabyte:
MathConverter::toMb('0.1T'); // 104857.6.824
Gigabyte to megabyte:
MathConverter::toMb('1G'); // 1024
Kilobyte to megabyte:
MathConverter::toMb('1000K'); // 0.9765625
Byte to megabyte:
MathConverter::toMb('1000000B'); // 0.95367431640625
CUT DECIMAL
Example:
MathConverter::cutDecimal(11.726); // 11.72
Change decimal:
MathConverter::cutDecimal('-67.099', 1); // -67
ROUND DECIMAL
Example:
MathConverter::roundDecimal(11.726); // 11.73
Change decimal:
MathConverter::roundDecimal('-67.099', 0); // -67
Testing & Code Coverage
PHPUnit is used for unit testing. Unit tests ensure that class and methods does exactly what it is meant to do.
General PHPUnit documentation can be found at https://phpunit.de/documentation.html.
To run the PHPUnit unit tests, execute:
phpunit PATH/TO/PROJECT/tests/
If you want code coverage reports, use the following:
phpunit --coverage-html ./report PATH/TO/PROJECT/tests/
Used PHPUnit default config:
phpunit --configuration PATH/TO/PROJECT/phpunit.xml
Donating
You can support this project here. You can also help out by contributing to the project, or reporting bugs. Even voicing your suggestions for features is great. Anything to help is much appreciated.
License
The MATH CONVERTER CSE HELPERS is open-source PHP library licensed under the MIT license. Please see License File for more information.
GitHub @cs-eliseev
cse/helpers-math-converter 适用场景与选型建议
cse/helpers-math-converter 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 71 次下载、GitHub Stars 达 6, 最近一次更新时间为 2019 年 03 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「collections」 「helpers」 「library」 「math」 「utility」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cse/helpers-math-converter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cse/helpers-math-converter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cse/helpers-math-converter 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
This package provides type-safe extension of the laravel collection, forcing a single type of object.
Doctrine Collections adapter for Rekapager pagination library
Library to mimics generic collections
HTML and form generation
Falsy helps you manage half-truths with PHP
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 9
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-10