Registry / utility / stephenhill-base58

stephenhill-base58

JSON →
library2.1.0phppackagistunverified

Base58 Encoding and Decoding Library for PHP.

composer require stephenhill/base58
INSTALL
IMPORT
SIG · STEPHENHILL-BASE58
S
stephenhill-base58
utilityphpv2.1.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 StephenHill\Base58;

Encode and decode a string using Base58.

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

No known issues recorded.

Upgrade
Version history
2.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Resources
stephenhill-base58 — pip install stephenhill-base58 · libregistry