PHPackages                             tishotm/crockford-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. tishotm/crockford-base32

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

tishotm/crockford-base32
========================

Crockford Base32 Encoding

v1.0.1(4y ago)02.4k↓100%MITPHPPHP &gt;=7.1

Since Jun 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/TishoTM/crockford-base32)[ Packagist](https://packagist.org/packages/tishotm/crockford-base32)[ RSS](/packages/tishotm-crockford-base32/feed)WikiDiscussions master Synced 1mo ago

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

Crockford Base32
================

[](#crockford-base32)

[![Build Status](https://camo.githubusercontent.com/8e4db02b3afd98e55f80790c3479c8878a6879a3dab52e3a934169589fd91d2b/68747470733a2f2f6170692e7472617669732d63692e636f6d2f546973686f544d2f63726f636b666f72642d6261736533322e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/github/TishoTM/crockford-base32)[![Version](https://camo.githubusercontent.com/d6cbc1dda3febff82bf22763f25f8e2ca768afe5d578a0f859b2e802622e4bb1/68747470733a2f2f706f7365722e707567782e6f72672f746973686f746d2f63726f636b666f72642d6261736533322f76657273696f6e)](https://packagist.org/packages/tishotm/crockford-base32)[![Total Downloads](https://camo.githubusercontent.com/f61a38fd5110a41bf8f911dbf4ca3dbbe5fc1518ba05cfdb4efbd5a1d550cc48/68747470733a2f2f706f7365722e707567782e6f72672f746973686f746d2f63726f636b666f72642d6261736533322f646f776e6c6f616473)](https://packagist.org/packages/tishotm/crockford-base32)[![License](https://camo.githubusercontent.com/78ea212588f0e28bc07e7a03070a4dd23ada068b33e50c032477d03ba0daa5dd/68747470733a2f2f706f7365722e707567782e6f72672f746973686f746d2f63726f636b666f72642d6261736533322f6c6963656e7365)](https://packagist.org/packages/tishotm/crockford-base32)

"Base 32 is a textual 32-symbol notation for expressing numbers in a form that can be conveniently and accurately transmitted between humans and computer systems. It can be used for out of band communication of public keys."

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

[](#requirements)

- BCMath PHP extension -
- moontoast/math - Apache-2.0 License

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

[](#installation)

`composer require tishotm/crockford-base32`

Usage
-----

[](#usage)

```
use TishoTM\Crockford\Base32 as Crockford;

// "14S-C0P-JV"
$encoded = Crockford::encode("1234567890", true, 3);

// 1234567890
$decoded = Crockford::decode("14S-C0P-JV", true);
```

License
-------

[](#license)

[MIT license](https://opensource.org/licenses/MIT).

Credits
-------

[](#credits)

-
-

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~0 days

Total

2

Last Release

1792d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0

v1.0.1PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2967af141eff72496dec67466a7794f108dc4eb285d3cb5de7b0db75e450305?d=identicon)[TishoTM](/maintainers/TishoTM)

---

Top Contributors

[![TishoTM](https://avatars.githubusercontent.com/u/2495428?v=4)](https://github.com/TishoTM "TishoTM (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tishotm-crockford-base32/health.svg)

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

###  Alternatives

[pyyoshi/shortuuid-php

2226.1k](/packages/pyyoshi-shortuuid-php)[vojtech-dobes/nette-forms-gpspicker

Google Maps based picker of coordinates for Nette Framework.

2456.6k](/packages/vojtech-dobes-nette-forms-gpspicker)[owebia/magento1-module-shipping-free

The extension Advanced Shipping for Magento 1.x is the solution that helps you to configure the shipping fees in a very flexible manner.

2719.1k](/packages/owebia-magento1-module-shipping-free)

PHPackages © 2026

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