corley/php-bijective

simple bijective functions

Maintainers

Package info

github.com/wdalmut/php-bijective

pkg:composer/corley/php-bijective

Statistics

Installs: 2 252

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 02:07:16 UTC


README

A simple Bijective PHP project

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

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