Skip to content

hevertonfreitas/base65536

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base65536

Build Status Latest Stable Version Total Downloads Latest Unstable Version StyleCI License

PHP implementation of the base65536 algorithm.

Installation

composer require hevertonfreitas/base65536

Usage

require 'vendor/autoload.php';

use \Hevertonfreitas\Base65536\Base65536;

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

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

Credits

Javascript original implementation: base65536.

License

The MIT License (MIT)

About

Base65536 implementation in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages