2017 © Pedro Peláez
 

library numeralstool

Simple arabic-roman numerals format convert handler.

image

ibrahimmomani/numeralstool

Simple arabic-roman numerals format convert handler.

  • Friday, February 26, 2016
  • by ibrahimmomani
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Numeralstool

Simple arabic-roman numerals format convert handler., (*1)

Installation

Create empty composer.json and place the following in it., (*2)

{
    "require": {
        "php": ">=5.5",
        "ibrahimmomani/numeralstool": "dev-master"
    }
}   

Create your index.php, (*3)

<?php

require 'vendor/autoload.php';
use Numerals\Numeral;

echo Numeral::factory('arabic', 3333).PHP_EOL; // will output MMMCCCXXXIII 
echo Numeral::factory('roman', 'LXVIII').PHP_EOL; // will output 68

The Versions

26/02 2016

dev-master

9999999-dev

Simple arabic-roman numerals format convert handler.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Ibrahim Momani

roman format arabic