honest/bijective

This package is abandoned and no longer maintained. No replacement package was suggested.

Bijective is a library that can compute pairings between alphanumeric strings, and integers. Every integer can be mapped to an alphanumeric string, and every alphanumeric string can be mapped back to an integer with no unpaired permutations.

2.2.0 2016-10-12 22:42 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:01:42 UTC


README

Build Status

Bijective is a library that can compute pairings between alphanumeric strings, and integers. Every integer can be mapped to an alphanumeric string, and every alphanumeric string can be mapped back to an integer with zero unpaired permutations.

Extension

$ git clone git@github.com:unfunco/bijective.git
$ cd bijective/ext/bijective
$ phpize
$ ./configure
$ make
$ make install

License

Copyright © 2013 Daniel Morris
Made available under the terms of the Apache License, Version 2.0.