PHPackages                             ibrahimmomani/numeralstool - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ibrahimmomani/numeralstool

ActiveLibrary

ibrahimmomani/numeralstool
==========================

Simple arabic-roman numerals format convert handler.

06PHP

Since Feb 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ibrahimmomani/numeralstool)[ Packagist](https://packagist.org/packages/ibrahimmomani/numeralstool)[ RSS](/packages/ibrahimmomani-numeralstool/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Numeralstool
============

[](#numeralstool)

Simple arabic-roman numerals format convert handler.

### Installation

[](#installation)

Create empty composer.json and place the following in it.

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

```

Create your index.php

```
