PHPackages                             hevertonfreitas/base65536 - 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. hevertonfreitas/base65536

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

hevertonfreitas/base65536
=========================

Implementartion of the base65536 library in PHP, as described by ferno/base65536

18181[1 issues](https://github.com/hevertonfreitas/base65536/issues)PHP

Since Mar 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hevertonfreitas/base65536)[ Packagist](https://packagist.org/packages/hevertonfreitas/base65536)[ RSS](/packages/hevertonfreitas-base65536/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Base65536
=========

[](#base65536)

[![Build Status](https://camo.githubusercontent.com/d0fb322e594e5fc58b1334fa53cec6ff50ca85f3fcfb5e56f4aafa49419d89d1/68747470733a2f2f7472617669732d63692e6f72672f6865766572746f6e667265697461732f6261736536353533362e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hevertonfreitas/base65536)[![Latest Stable Version](https://camo.githubusercontent.com/d1f39064ce4ba74a4dac340b301d89a6fb6c675e43a7484d63c47f326bf3698d/68747470733a2f2f706f7365722e707567782e6f72672f6865766572746f6e667265697461732f6261736536353533362f762f737461626c65)](https://packagist.org/packages/hevertonfreitas/base65536)[![Total Downloads](https://camo.githubusercontent.com/8a97f3e71bdac25afe28d2e24c7ef45adc7c454d579f4318f9a376420e39811b/68747470733a2f2f706f7365722e707567782e6f72672f6865766572746f6e667265697461732f6261736536353533362f646f776e6c6f616473)](https://packagist.org/packages/hevertonfreitas/base65536)[![Latest Unstable Version](https://camo.githubusercontent.com/73a41cad72d054d54a319b36874de27fef5a564f3a75fb2da582a9867c072c31/68747470733a2f2f706f7365722e707567782e6f72672f6865766572746f6e667265697461732f6261736536353533362f762f756e737461626c65)](https://packagist.org/packages/hevertonfreitas/base65536)[![StyleCI](https://camo.githubusercontent.com/7356ff41e30ad5c720975d6ce85f0c7a5dba0b3c04e32fb3dd0e3e945a297af3/68747470733a2f2f7374796c6563692e696f2f7265706f732f35343433323737342f736869656c64)](https://styleci.io/repos/54432774)[![License](https://camo.githubusercontent.com/2a0bc808e86f743694342cc377a7f474e78d780811f84d95ccafda57e695c817/68747470733a2f2f706f7365722e707567782e6f72672f6865766572746f6e667265697461732f6261736536353533362f6c6963656e7365)](http://opensource.org/licenses/MIT)

PHP implementation of the [base65536](https://github.com/ferno/base65536) algorithm.

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

[](#installation)

```
composer require hevertonfreitas/base65536
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';

use \Hevertonfreitas\Base65536\Base65536;

$encodedString = Base65536::encode('hello world'); // Output: 驨ꍬ啯𒁷ꍲᕤ

$decodedString = Base65536::decode($encodedString); // Output: hello world
```

Credits
-------

[](#credits)

Javascript original implementation: [base65536](https://github.com/ferno/base65536).

License
-------

[](#license)

The MIT License (MIT)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2679081?v=4)[Heverton Coneglian de Freitas](/maintainers/hevertonfreitas)[@hevertonfreitas](https://github.com/hevertonfreitas)

---

Top Contributors

[![hevertonfreitas](https://avatars.githubusercontent.com/u/2679081?v=4)](https://github.com/hevertonfreitas "hevertonfreitas (8 commits)")

### Embed Badge

![Health badge](/badges/hevertonfreitas-base65536/health.svg)

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

###  Alternatives

[imanghafoori/laravel-video

A laravel package to stream video content.

28357.4k](/packages/imanghafoori-laravel-video)[dive-be/php-enum-utils

Those utilities you always need when dealing with native enumerations.

31297.6k1](/packages/dive-be-php-enum-utils)[swooinc/nova-countdown

A countdown card for Laravel Nova.

1224.5k](/packages/swooinc-nova-countdown)[hao-li/laravel-amount

183.1k](/packages/hao-li-laravel-amount)

PHPackages © 2026

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