PHPackages                             ksmz/bubblebabble - 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. ksmz/bubblebabble

ActiveLibrary

ksmz/bubblebabble
=================

Encoder/Decoder for BubbleBabble

v0.1(7y ago)08BSD-2-ClausePHPPHP &gt;=7.1CI failing

Since Jun 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/matical/bubble-babble-php)[ Packagist](https://packagist.org/packages/ksmz/bubblebabble)[ RSS](/packages/ksmz-bubblebabble/feed)WikiDiscussions master Synced today

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

Bubble Babble
=============

[](#bubble-babble)

[![Build Status](https://camo.githubusercontent.com/af577d2339dad5400a6fef8041e0018884401e190db000aa2039b5819c2a23da/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d61746963616c2f627562626c652d626162626c652d7068702e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/matical/bubble-babble-php)[![Coveralls](https://camo.githubusercontent.com/9916037b0fb1cd1c15cbbf91096e531b424a730bf0d0f67f697fbb6ceaa0a73c/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6d61746963616c2f627562626c652d626162626c652d7068702e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/matical/bubble-babble-php)[![StyleCI](https://camo.githubusercontent.com/03e62448b3d71bca37eae6235b6d8f5d0fb5879d048e4b6be618d97408bd80ff/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3133383435323531382f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/138452518)

Encoder/Decoder for BubbleBabble according to [spec](http://wiki.yak.net/589/Bubble_Babble_Encoding.txt).

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

[](#installation)

`composer require ksmz/bubblebabble`

Basic Usage
-----------

[](#basic-usage)

> Note: This function is binary safe.

```
use ksmz\BubbleBabble\Factory as BubbleBabble;

BubbleBabble::encode('Pineapple'); // 'xigak-nyryk-humil-bosek-sonax'
BubbleBabble::decode('xigak-nyryk-humil-bosek-sonax'); // 'Pineapple'

BubbleBabble::validate('xigak-nyryk-humil-bosek-sonax'); // true
```

or

```
use ksmz\BubbleBabble\Encoder;
use ksmz\BubbleBabble\Decoder;

(new Encoder())->encode($input);
(new Decoder())->encode($input);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

Unknown

Total

1

Last Release

2878d ago

### Community

Maintainers

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

---

Top Contributors

[![matical](https://avatars.githubusercontent.com/u/15844155?v=4)](https://github.com/matical "matical (7 commits)")

---

Tags

php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ksmz-bubblebabble/health.svg)

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

PHPackages © 2026

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