Download the PHP package tap0g/hashnumber without Composer
On this page you can find all versions of the php package tap0g/hashnumber. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tap0g/hashnumber
More information about tap0g/hashnumber
Files in tap0g/hashnumber
Download tap0g/hashnumber
More information about tap0g/hashnumber
Files in tap0g/hashnumber
Vendor tap0g
Package hashnumber
Short Description Generate reversible codes from numbers and revert them to original number
License BSD-3-Clause
Package hashnumber
Short Description Generate reversible codes from numbers and revert them to original number
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package hashnumber
HashNumber
$hashnumber = new HashNumber;
echo $hashnumber->encode(170); //return string rF
echo $hashnumber->decode('rF'); //return number 170
All versions of hashnumber with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.0
The package tap0g/hashnumber contains the following files
Loading the files please wait ....