Skip to content

igniphp/base58

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Igni logo

Build Status

About

PHP Base58 implementation used to represent large integers as alphanumeric text.

Installation

composer require igniphp/base58

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.

About

Base58 implementation for PHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages