2017 © Pedro Peláez
 

library base-x

Convert numbers to and from roman numeric strings.

image

efrane/base-x

Convert numbers to and from roman numeric strings.

  • Wednesday, March 14, 2018
  • by eFrane
  • Repository
  • 1 Watchers
  • 1 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 88 % Grown

The README.md

Build Status Latest Stable Version Latest Unstable Version License, (*1)

BaseX

Quickly convert to and from roman numbers., (*2)

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

The Versions

14/03 2018

dev-master

9999999-dev

Convert numbers to and from roman numeric strings.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Stefan Graupner

06/02 2018

v0.2

0.2.0.0

Convert numbers to and from roman numeric strings.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Stefan Graupner

14/12 2017

v0.1.1

0.1.1.0

Convert numbers to and from roman numeric strings.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Stefan Graupner

14/12 2017

v0.1

0.1.0.0

Convert numbers to and from roman numeric strings.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Stefan Graupner