corley/php-bijective

simple bijective functions

Installs: 2 250

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 4

Open Issues: 0

pkg:composer/corley/php-bijective

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

This package is not auto-updated.

Last update: 2025-10-12 00:09:54 UTC


README

A simple Bijective PHP project

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

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