base58php
base58php copied to clipboard
Base58 Encoding and Decoding Library for PHP
Hi, This is kind of problem that to call encode/decode methods we need to initiate `StephenHill\Base58` instance. There are not so many things to configure, and I guess that 99%...
## Background In the course of my day job, I needed to add base58 support but could not use the `bcmath` or `gmp` modules. To support that I wrote a...
This pull request adds the following classes: - StephenHill\StaticBase58 - \Base58 and adds the following functions: - base58_encode - base58_decode This pull request is directly related to issue #14. The...
... make the project strictly fail installing by separation into three packages: * `base58php` requires `base58php-service` * `base58php-bcmath` provides `base58php-service` * `base58php-gmp` provides `base58php-service` ( [see `provide`](https://getcomposer.org/doc/04-schema.md#provide) )