Download the PHP package igniphp/base58 without Composer
On this page you can find all versions of the php package igniphp/base58. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package base58
About
PHP Base58 implementation used to represent large integers as alphanumeric text.
Installation
Usage Igni\Crypto\Base58
encode(string|int $string): string
Encodes passed integer|string into base58 representation.
decode(string $string): string
Decodes base58 representation of big integer into string.
All versions of base58 with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.0
ext-bcmath Version *
ext-bcmath Version *
The package igniphp/base58 contains the following files
Loading the files please wait ....