migo/unit-conversions

unit conversions in php

1.1.0 2020-12-30 01:01 UTC

This package is auto-updated.

Last update: 2024-09-29 05:43:04 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

A Package For Unit Conversions But Curently still on Kgs to Lbs

Installation

You can install the package via composer:

composer require migo/unit-conversions

Usage

use Migo\UnitConversions\Weight;

Weight::fromKilograms(100)->toLbs() // returns 220.4623;

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.