PHPackages                             dcarbone/php-int-to-alpha - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. dcarbone/php-int-to-alpha

AbandonedArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

dcarbone/php-int-to-alpha
=========================

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

1.0.0(10y ago)01.6kMITPHPPHP &gt;=5.3.3

Since Mar 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dcarbone/php-int-to-alpha)[ Packagist](https://packagist.org/packages/dcarbone/php-int-to-alpha)[ RSS](/packages/dcarbone-php-int-to-alpha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

php-int-to-alpha
================

[](#php-int-to-alpha)

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

Thanks to:
==========

[](#thanks-to)

The logic contained within this lib was inspired by this post:

Installation
============

[](#installation)

This lib requires the use of [Composer](https://getcomposer.org/)

Require entry:

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

Usage
=====

[](#usage)

```
$alpha = \DCarbone\IntToAlpha::invoke($integer);
echo $alpha;

// OR

$intToAlpha = new \DCarbone\IntToAlpha();

$alpha = $intToAlpha($integer);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3713d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/385c0c0eae1b51f1e81ee464ff6bfb3cce32589ac252ca68cc3a8aec2e3ada14?d=identicon)[dcarbone](/maintainers/dcarbone)

---

Top Contributors

[![dcarbone](https://avatars.githubusercontent.com/u/1392439?v=4)](https://github.com/dcarbone "dcarbone (3 commits)")

---

Tags

phpexcelcolumns

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dcarbone-php-int-to-alpha/health.svg)

```
[![Health](https://phpackages.com/badges/dcarbone-php-int-to-alpha/health.svg)](https://phpackages.com/packages/dcarbone-php-int-to-alpha)
```

###  Alternatives

[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.1k57.6M130](/packages/openspout-openspout)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
