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
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^5.5
README
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.