2017 © Pedro Peláez
 

library num-converter

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

image

nikolaposa/num-converter

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

  • Sunday, January 1, 2017
  • by nikolaposa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Numbers converter

Build Status, (*1)

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

Installation

The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json:, (*3)

composer require nikolaposa/num-converter

Usage

<?php
use NumConverter\StaticConverter as NumConverter;
use NumConverter\NumeralSystems;

echo NumConverter::convert(2015, NumeralSystems::DECIMAL, NumeralSystems::ROMAN); //MMXV

See more examples., (*4)

Author

Nikola Poša, (*5)

  • https://twitter.com/nikolaposa
  • https://github.com/nikolaposa

Copyright 2017 Nikola Poša. Released under MIT License - see the LICENSE file for details., (*6)

The Versions

01/01 2017

dev-master

9999999-dev https://github.com/nikolaposa/num-converter

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

converter roman conversion octal number decimal hexadecimal

09/04 2016

v1.0.3

1.0.3.0 https://github.com/nikolaposa/num-converter

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

converter roman conversion octal number decimal hexadecimal

09/04 2016

v1.0.2

1.0.2.0 https://github.com/nikolaposa/num-converter

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

converter roman conversion octal number decimal hexadecimal

03/09 2015

v1.0.1

1.0.1.0 https://github.com/nikolaposa/num-converter

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

converter roman conversion octal number decimal hexadecimal

02/09 2015

v1.0.0

1.0.0.0 https://github.com/nikolaposa/num-converter

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

converter roman conversion octal number decimal hexadecimal