taniko/romans

Maintainers

Details

github.com/taniko/romans

Source

Issues

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/taniko/romans

v0.3.0 2017-12-07 06:01 UTC

This package is not auto-updated.

Last update: 2025-10-21 16:06:33 UTC


README

roman numerals parser

Build Status

Installation

composer require taniko/romans

Usage

<?php
use Taniko\Romans\Parser;
Parser::toInt('MMXVII'); // 2017
Parser::toInt('MMⅩVII'); // 2017 (Ⅹ is U+2169)
Parser::toRoman(2017);   // MMXVII