2017 © Pedro Peláez
 

library php-bijective

simple bijective functions

image

corley/php-bijective

simple bijective functions

  • Saturday, December 5, 2015
  • by wdalmut
  • Repository
  • 2 Watchers
  • 7 Stars
  • 1,606 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Bijective

A simple Bijective PHP project, (*1)

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

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

The Versions

05/12 2015

dev-master

9999999-dev

simple bijective functions

  Sources   Download

MIT

The Development Requires