2017 © Pedro Peláez
 

library base-converter

Base converter for integers to base 36 and back (with optional shifting)

image

webmasters/base-converter

Base converter for integers to base 36 and back (with optional shifting)

  • Friday, December 1, 2017
  • by LeisureLarry
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 25 % Grown

The README.md

base-converter

Webmasters Base Converter 10 36

Just another base converter for integers to base 36 and back (with an optional shifting), (*1)

Examples

<?php

use \Webmasters\Utilities\Numbers\BaseConverter;

BaseConverter::setShifting(999);

$base10 = 1;
$base36 = BaseConverter::toBase36($base10); // 'rs'

$base36 = 'rs';
$base36 = BaseConverter::toBase10($base36); // 1

Idea

Jan Teriete, (*2)

The Versions

01/12 2017

dev-master

9999999-dev http://github.com/LeisureLarry/base-converter

Base converter for integers to base 36 and back (with optional shifting)

  Sources   Download

MIT

The Requires

  • php >=5.6

 

convert numbers short-url

01/12 2017

1.1.0

1.1.0.0 http://github.com/LeisureLarry/base-converter

Base converter for integers to base 36 and back (with optional shifting)

  Sources   Download

MIT

The Requires

  • php >=5.6

 

convert numbers short-url

01/12 2017

1.0.1

1.0.1.0 http://github.com/LeisureLarry/base-converter

Base converter for integers to base 36 and back (with optional shifting)

  Sources   Download

MIT

The Requires

  • php >=5.6

 

convert numbers short-url

01/12 2017

1.0.0

1.0.0.0 http://github.com/LeisureLarry/base-converter

Base converter for numbers with optional shifting

  Sources   Download

MIT

The Requires

  • php >=5.6

 

convert numbers short-url