corley/php-bijective

simple bijective functions

dev-master 2015-12-05 12:30 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:03:40 UTC


README

A simple Bijective PHP project

<?php
$bijective = new Bijective();
echo $bijective->encode(123456); //Gho

echo $bijective->decode("Gho"); //123456