PHPackages                             nikolaposa/num-converter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nikolaposa/num-converter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nikolaposa/num-converter
========================

PHP library which provides consistent interface for converting numbers between various numeral systems.

v1.0.3(10y ago)026MITPHPPHP &gt;=5.3.3

Since Sep 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nikolaposa/num-converter)[ Packagist](https://packagist.org/packages/nikolaposa/num-converter)[ Docs](https://github.com/nikolaposa/num-converter)[ RSS](/packages/nikolaposa-num-converter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Numbers converter
=================

[](#numbers-converter)

[![Build Status](https://camo.githubusercontent.com/517e902704e90b5d1844ba9e6d85a52d8e5ee95ac6cb73444dd99f2777c22c5d/68747470733a2f2f7472617669732d63692e6f72672f6e696b6f6c61706f73612f6e756d2d636f6e7665727465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nikolaposa/num-converter)

PHP library which provides consistent interface for converting numbers between various numeral systems, for example Binary, Hexadecimal, Roman, etc.

Installation
------------

[](#installation)

The preferred method of installation is via [Composer](http://getcomposer.org/). Run the following command to install the latest version of a package and add it to your project's `composer.json`:

```
composer require nikolaposa/num-converter
```

Usage
-----

[](#usage)

```
