panvid/php-unit-converter

Calculate the perfect representation of an value with unit.

1.0.0 2022-01-10 22:47 UTC

This package is not auto-updated.

Last update: 2024-05-15 09:04:11 UTC


README

use Panvid\UnitConverter\Convert;
use Panvid\UnitConverter\Units;

$convertion = new Convert(1, 9, Units::LENGTH);
$result = $convertion->getResult();
$convertion->debug();