2017 © Pedro Peláez
 

library php-int-to-alpha

A lib that take a base 10 integer and turns it into a base 26 alphabet string

image

dcarbone/php-int-to-alpha

A lib that take a base 10 integer and turns it into a base 26 alphabet string

  • Thursday, March 10, 2016
  • by dcarbone
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

php-int-to-alpha

A lib that take a base 10 integer and turns it into a base 26 alphabet string, (*1)

Thanks to:

The logic contained within this lib was inspired by this post: http://www.geeksforgeeks.org/find-excel-column-name-given-number/, (*2)

Installation

This lib requires the use of Composer, (*3)

Require entry:, (*4)

    "dcarbone/php-int-to-alpha": "1.0.*"

Usage


$alpha = \DCarbone\IntToAlpha::invoke($integer); echo $alpha; // OR $intToAlpha = new \DCarbone\IntToAlpha(); $alpha = $intToAlpha($integer);

The Versions

10/03 2016

dev-master

9999999-dev

A lib that take a base 10 integer and turns it into a base 26 alphabet string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Daniel Carbone

php excel columns

10/03 2016

1.0.0

1.0.0.0

A lib that take a base 10 integer and turns it into a base 26 alphabet string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Daniel Carbone

php excel columns