karimtarekdev/weightify 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

karimtarekdev/weightify

最新稳定版本:1.0.0

Composer 安装命令:

composer require karimtarekdev/weightify

包简介

Weightify: Efficient PHP Weight Conversion Tool offers accurate conversions for units like Metric tons, Kilograms, Grams, Milligrams, Micrograms, Stones, Pounds, and Ounces, catering to diverse needs with a user-friendly interface.

README 文档

README

Latest Version on Packagist Tests Total Downloads

"Weightify: The Ultimate Weight Conversion Tool" is a streamlined and efficient PHP package for accurate weight conversions. It supports a wide array of units such as Metric tons, Kilograms, Grams, Milligrams, Micrograms, Stones, Pounds, and Ounces, making it an ideal solution for various conversion needs in a user-friendly format.

Features

  • Broad Range of Units: Supports conversions between Metric tons, Kilograms, Grams, Milligrams, Micrograms, Stones, Pounds, and Ounces.
  • High Precision: Accurate conversions even for very large (metric tons) or very small (micrograms) units.
  • User-Friendly: Simple and straightforward interface for easy integration into any PHP project.
  • Exception Handling: Robust error management for unsupported units.

Installation

You can install the package via composer:

composer require karimtarekdev/weightify

Supported Units

  • Metric Tons (metric_ton)
  • Kilograms (kg)
  • Grams (gram)
  • Milligrams (mg)
  • Micrograms (microgram)
  • Stones (stone)
  • Pounds (pound)
  • Ounces (ounce)

Basic Conversion

To perform a conversion, use the convert method with the desired units. Here are some examples showcasing the use of different units:

$converter = new KarimTarekDev\Weightify\Weightify();

// Convert 2 Metric tons to Pounds
echo $converter->convert(2, 'metric_ton', 'pound') . " lbs\n";

// Convert 1500 Milligrams to Grams
echo $converter->convert(1500, 'mg', 'gram') . " grams\n";

// Convert 3 Stones to Kilograms
echo $converter->convert(3, 'stone', 'kg') . " kg\n";

// Convert 200 Ounces to Micrograms
echo $converter->convert(200, 'ounce', 'microgram') . " micrograms\n";

By providing the value, source unit, and target unit, you can perform a wide range of conversions with "Weightify."

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固