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

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

ali-eltaweel/base64-codec
=========================

Base64 codec.

1.1.0(6mo ago)0211PHPPHP ^8.1

Since Jun 29Pushed 6mo agoCompare

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

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

Base64 Codec
============

[](#base64-codec)

- [Base64 Codec](#base64-codec)
    - [Installation](#installation)
    - [Usage](#usage)

---

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

[](#installation)

Install *base64-codec* via Composer:

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

Usage
-----

[](#usage)

```
use Codecs\Base64Codec;

$base64Codec = new Base64Codec();

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

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

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance66

Regular maintenance activity

Popularity8

Limited adoption so far

Community8

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

Total

2

Last Release

204d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45892756?v=4)[Ali Kamel](/maintainers/ali-eltaweel)[@ali-eltaweel](https://github.com/ali-eltaweel)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[mikestecker/craft-readability

A set of Twig filters for showing statistics on your text.

1120.2k1](/packages/mikestecker-craft-readability)

PHPackages © 2026

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