efrane/base-x

Convert numbers to and from roman numeric strings.

Maintainers

Details

github.com/eFrane/BaseX

Source

Issues

Fund package maintenance!
eFrane

v0.2 2018-02-06 10:28 UTC

This package is auto-updated.

Last update: 2024-04-16 15:55:35 UTC


README

Build Status Latest Stable Version Latest Unstable Version License

BaseX

Quickly convert to and from roman numbers.

$int = BaseX::toDecimal('X'); // $int = 10
$roman = BaseX::toRoman(10); // $roman = 'X'