Skip to content

This class calculate the perfect representation of an value with unit.

Notifications You must be signed in to change notification settings

panvid/php-unit-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

This class calculate the perfect representation of an value with unit.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages