hamza094/unit_conversion

Perform unit conversion

1.1.0 2021-06-30 14:38 UTC

This package is auto-updated.

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


README

Stable Version Total Downloads Tests Check & fix styling

This Package performs unit conversions.Right now only kg to lbs and celcius to farenheit is supported

Here how to use it:

$use Hamza094\UnitConversions\Weight;
echo Weight::fromkilograms(100)->toLbs();
composer require hamza094/unit_conversion

Usage

$unit_conversion = new Hamza094\UnitConversion();
echo $unit_conversion->echoPhrase('Hello, Hamza094!');

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.