PHPackages                             ali-eltaweel/bz2-codec - 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. ali-eltaweel/bz2-codec

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

ali-eltaweel/bz2-codec
======================

bz2 codec.

1.1.0(5mo ago)07PHPPHP ^8.1

Since Jun 20Pushed 5mo agoCompare

[ Source](https://github.com/ali-eltaweel/bz2-codec)[ Packagist](https://packagist.org/packages/ali-eltaweel/bz2-codec)[ RSS](/packages/ali-eltaweel-bz2-codec/feed)WikiDiscussions master Synced 1mo ago

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

BZ2 Codec
=========

[](#bz2-codec)

**BZip2 Codec**

- [BZ2 Codec](#bz2-codec)
    - [Installation](#installation)
    - [Usage](#usage)

---

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

[](#installation)

Install *bz2-codec* via Composer:

```
composer require ali-eltaweel/bz2-codec
```

Usage
-----

[](#usage)

```
use Codecs\Bz2Codec;

$bz2Codec = new Bz2Codec();

$code = $bz2Codec->encode($data);

$data = $bz2Codec->decode($code);
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance78

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Total

2

Last Release

150d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7564e10ba11b25d8700726a92f669e38be2ff9191e8f6ccdfafc36678ffab2b8?d=identicon)[ali-eltaweel](/maintainers/ali-eltaweel)

---

Top Contributors

[![ali-eltaweel](https://avatars.githubusercontent.com/u/45892756?v=4)](https://github.com/ali-eltaweel "ali-eltaweel (3 commits)")

### Embed Badge

![Health badge](/badges/ali-eltaweel-bz2-codec/health.svg)

```
[![Health](https://phpackages.com/badges/ali-eltaweel-bz2-codec/health.svg)](https://phpackages.com/packages/ali-eltaweel-bz2-codec)
```

PHPackages © 2026

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