PHPackages                             katoga/allyourbase - 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. katoga/allyourbase

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

katoga/allyourbase
==================

Collection of bin-to-ascii converters.

v5.0.0(2y ago)1920ISCPHPPHP ~8.1

Since May 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Katoga/allyourbase)[ Packagist](https://packagist.org/packages/katoga/allyourbase)[ RSS](/packages/katoga-allyourbase/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (20)Used By (0)

[![PHP](https://github.com/Katoga/allyourbase/actions/workflows/php.yml/badge.svg)](https://github.com/Katoga/allyourbase/actions/workflows/php.yml)

Allyourbase
===========

[](#allyourbase)

Collection of binary-to-ascii encoders.

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

[](#installation)

```
composer require katoga/allyourbase
```

Usage
-----

[](#usage)

```
$b64 = new \Katoga\Allyourbase\Base64();
$encoded = $b64->encode('Hello world!');
$plain = $b64->decode($encoded);
```

Supported versions
------------------

[](#supported-versions)

- [v5](https://github.com/Katoga/allyourbase/tree/master): PHP 8.1+
- [v4](https://github.com/Katoga/allyourbase/tree/release-v4): PHP 8.0+
- [v3](https://github.com/Katoga/allyourbase/tree/release-v3): PHP 8 (deprecated 7.4)
- [v2](https://github.com/Katoga/allyourbase/tree/release-v2): PHP 7.4
- [v1](https://github.com/Katoga/allyourbase/tree/release-v1): PHP 5.6

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

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

Recently: every ~366 days

Total

15

Last Release

877d ago

Major Versions

v1.2.1 → v2.0.02017-11-18

v1.3.0 → v2.2.02018-12-29

v2.3.0 → v3.0.02021-03-17

v3.0.0 → v4.0.02022-11-15

v4.1.0 → v5.0.02023-12-23

PHP version history (8 changes)1.0PHP &gt;=5.4.0

v2.0.0PHP ~7.1.0

v2.1.0PHP &gt;=7.1.0

v1.3.0PHP 5.6.\*

v2.3.0PHP ~7.1

v3.0.0PHP ~7.4 || ~8.0

v4.0.0PHP ~8.0

v5.0.0PHP ~8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ccb3c5e261b229d383e2213774e180a3390efd9f1aad03ddb3da52180da5033?d=identicon)[Katoga](/maintainers/Katoga)

---

Top Contributors

[![Katoga](https://avatars.githubusercontent.com/u/10478383?v=4)](https://github.com/Katoga "Katoga (169 commits)")

---

Tags

ascii-encodersphpbase64encodedecodebase32base16base91binary to ascii

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/katoga-allyourbase/health.svg)

```
[![Health](https://phpackages.com/badges/katoga-allyourbase/health.svg)](https://phpackages.com/packages/katoga-allyourbase)
```

###  Alternatives

[paragonie/constant_time_encoding

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

903329.7M148](/packages/paragonie-constant-time-encoding)[hashids/hashids

Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers

5.4k48.6M278](/packages/hashids-hashids)[christian-riesen/base32

Base32 encoder/decoder according to RFC 4648

13331.8M61](/packages/christian-riesen-base32)[sqids/sqids

Generate short YouTube-looking IDs from numbers

5781.4M33](/packages/sqids-sqids)[skleeschulte/base32

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

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

Encode/decode numbers using Douglas Crockford's Base32 Encoding

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

PHPackages © 2026

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