legalthings/base58-compat

Userspace function as fallback for base58 extension

Installs: 540

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

pkg:composer/legalthings/base58-compat

v0.1.0 2018-05-29 22:56 UTC

This package is auto-updated.

Last update: 2025-09-11 22:10:58 UTC


README

Userspace fallback for base58 PHP extension using the stephenhill/base58 library.

Relying on userspace functions for base58 encoding an decoding is not recommended as these perform 100 times slower than the base58 extension.