panvid / php-unit-converter
Calculate the perfect representation of an value with unit.
1.0.0
2022-01-10 22:47 UTC
Requires
- php: 7.4.* || 8.0.* || 8.1.*
Requires (Dev)
- phpunit/phpunit: 9.*
This package is not auto-updated.
Last update: 2025-08-06 14:40:17 UTC
README
use Panvid\UnitConverter\Convert;
use Panvid\UnitConverter\Units;
$convertion = new Convert(1, 9, Units::LENGTH);
$result = $convertion->getResult();
$convertion->debug();