PHPackages                             chillerlan/php-base32 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chillerlan/php-base32

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

chillerlan/php-base32
=====================

A base32 implementation. PHP 5.6+, PHP 7

1.1.0(10y ago)02.2kMITPHPPHP &gt;=5.6.0

Since Dec 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/codemasher/php-base32)[ Packagist](https://packagist.org/packages/chillerlan/php-base32)[ Docs](https://github.com/codemasher/php-base32)[ RSS](/packages/chillerlan-php-base32/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

[![version](https://camo.githubusercontent.com/08eabeffb192bc7fb259cd9cf937671277d8995d40bc1f3e1c6146bf354b5f1b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368696c6c65726c616e2f7068702d6261736533322e737667)](https://packagist.org/packages/chillerlan/php-base32)[![license](https://camo.githubusercontent.com/85d4a2499bd5b9d45c292d38e6e084110e78698cfb6cb02a0ec4baeb34423905/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6368696c6c65726c616e2f7068702d6261736533322e737667)](https://github.com/codemasher/php-base32/blob/master/LICENSE)[![Travis](https://camo.githubusercontent.com/e986c40eb654349056e034962fd3b3f1d2f27afb29d66ff8065183d9d37ac19a/68747470733a2f2f7472617669732d63692e6f72672f636f64656d61736865722f7068702d6261736533322e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/codemasher/php-base32)[![Coverage](https://camo.githubusercontent.com/71ba426ab84022c61f38c08e4ea0e6ea5833737705f0c82223d5076ea1866113/68747470733a2f2f636f6465636f762e696f2f6769746875622f636f64656d61736865722f7068702d6261736533322f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/codemasher/php-base32)[![Scrunitizer](https://camo.githubusercontent.com/83c7f51b1b23e1b1fc4ed36cac0f5f3069f3656490a0e3be6b0df170aaef0bee/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f64656d61736865722f7068702d6261736533322f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/codemasher/php-base32)[![SensioLabsInsight](https://camo.githubusercontent.com/f1396b78dc5eba2e3c12bf8d53b75b0e8a9a0c0b1c105ef65375b6bccd2491a9/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f30626166393837652d363139372d346230312d623237372d3065353836323836326131622e737667)](https://insight.sensiolabs.com/projects/0baf987e-6197-4b01-b277-0e5862862a1b)

php-base32
==========

[](#php-base32)

A Base32 implementation based on the one by [Shannon Wynter](https://fremnet.net/article/215/class-base32).

Requirements
------------

[](#requirements)

- PHP 5.6+, PHP 7

Installation
------------

[](#installation)

### Using [composer](https://getcomposer.org)

[](#using-composer)

*Terminal*

```
composer require chillerlan/php-base32:dev-master
```

*composer.json*

```
{
	"require": {
		"php": ">=5.6.0",
		"chillerlan/php-base32": "dev-master"
	}
}
```

### Manual installation

[](#manual-installation)

Download the desired version of the package from [master](https://github.com/codemasher/php-base32/archive/master.zip)and extract the contents to your project folder. Point the namespace `chillerlan/Base32` to the folder `src` of the package.

Profit!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~84 days

Total

2

Last Release

3813d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/592497?v=4)[smiley](/maintainers/codemasher)[@codemasher](https://github.com/codemasher)

---

Top Contributors

[![codemasher](https://avatars.githubusercontent.com/u/592497?v=4)](https://github.com/codemasher "codemasher (16 commits)")

---

Tags

base32

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chillerlan-php-base32/health.svg)

```
[![Health](https://phpackages.com/badges/chillerlan-php-base32/health.svg)](https://phpackages.com/packages/chillerlan-php-base32)
```

###  Alternatives

[paragonie/constant_time_encoding

Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)

903375.4M202](/packages/paragonie-constant-time-encoding)[christian-riesen/base32

Base32 encoder/decoder according to RFC 4648

13234.6M80](/packages/christian-riesen-base32)[ademarre/binary-to-text-php

Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.

39174.9k](/packages/ademarre-binary-to-text-php)[tuupola/base32

Base32 encoder and decoder for arbitrary data

15636.6k7](/packages/tuupola-base32)[skleeschulte/base32

Base32 encoding and decoding class (RFC 4648, RFC 4648 extended hex, Crockford, z-base-32/Zooko).

17327.6k9](/packages/skleeschulte-base32)[dflydev/base32-crockford

Encode/decode numbers using Douglas Crockford's Base32 Encoding

14428.1k1](/packages/dflydev-base32-crockford)

PHPackages © 2026

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