Registry / utility / tuupola-base58

tuupola-base58

JSON →
library2.2.0phppackagistunverified

Base58 encoder and decoder for arbitrary data.

composer require tuupola/base58
INSTALL
IMPORT
SIG · TUUPOLA-BASE58
T
tuupola-base58
utilityphpv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Base58
use Tuupola\Base58;

Encode and decode data using Base58.

use Tuupola\Base58; $base58 = new Base58(); $encoded = $base58->encode('Hello World!'); echo $encoded; $decoded = $base58->decode($encoded);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources