base58php icon indicating copy to clipboard operation
base58php copied to clipboard

Base58 Encoding and Decoding Library for PHP

Results 5 base58php issues
Sort by recently updated
recently updated
newest added

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%...

enhancement

## 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...

enhancement

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...

enhancement

... 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) )

enhancement