legalthings/base58-compat

Userspace function as fallback for base58 extension

Maintainers

Package info

github.com/legalthings/base58-php-compat

pkg:composer/legalthings/base58-compat

Statistics

Installs: 543

Dependents: 2

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-11 23:12:21 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.