2017 © Pedro Peláez
 

library nano-units

A simple helper for converting units of Nano cryptocurrency

image

binarycabin/nano-units

A simple helper for converting units of Nano cryptocurrency

  • Sunday, May 27, 2018
  • by binarycabin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 400 % Grown

The README.md

Nano Unit Helper

A simple helper for converting units of Nano cryptocurrency, (*1)

Install

composer require binarycabin/nano-units

Usage

\NanoUnits::convert($unitFrom,$unitTo,$value)

for example, (*2)

\NanoUnits::convert('Mnano','knano',99)
// Returns "99000"

Laravel

The package makes a NanoUnits facade, so you can simply do, (*3)

\NanoUnits::convert($unitFrom,$unitTo,$value)

Units Available

  • Gnano
  • ticker
  • Mnano
  • knano
  • nano
  • mnano
  • unano
  • raw

Note, the NANO ticker value is represented by "Mnano", which can sometimes cause confusion with the "nano" unit. You can use the "ticker" unit as an alias for "Mnano" to help make it easier for debugging, (*4)

The Versions

27/05 2018

dev-master

9999999-dev

A simple helper for converting units of Nano cryptocurrency

  Sources   Download

MIT

The Development Requires

26/05 2018

1.0

1.0.0.0

A simple helper for converting units of Nano cryptocurrency

  Sources   Download

MIT

The Development Requires