Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/efrane/basex

Quickly convert to and from roman numbers.
https://github.com/efrane/basex

Last synced: about 2 months ago
JSON representation

Quickly convert to and from roman numbers.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/eFrane/BaseX.svg?branch=master)](https://travis-ci.org/eFrane/BaseX)
[![Latest Stable Version](https://poser.pugx.org/efrane/base-x/v/stable)](https://packagist.org/packages/efrane/base-x)
[![Latest Unstable Version](https://poser.pugx.org/efrane/base-x/v/unstable)](https://packagist.org/packages/efrane/base-x)
[![License](https://poser.pugx.org/efrane/base-x/license)](https://packagist.org/packages/efrane/base-x)

# BaseX

Quickly convert to and from roman numbers.

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