2017 © Pedro Peláez
 

library base58

image

igniphp/base58

  • Friday, May 11, 2018
  • by dkraczkowski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 160 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 281 % Grown

The README.md

Igni logo

Build Status, (*1)

About

PHP Base58 implementation used to represent large integers as alphanumeric text., (*2)

Installation

composer require igniphp/base58, (*3)

Usage Igni\Crypto\Base58

encode(string|int $string): string

Encodes passed integer|string into base58 representation., (*4)

decode(string $string): string

Decodes base58 representation of big integer into string., (*5)

The Versions

11/05 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php ^7.1.0
  • ext-bcmath *

 

The Development Requires

by Dawid Kraczkowski

php bcmath base58 igniphp

11/05 2018

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

  • php ^7.1.0
  • ext-bcmath *

 

The Development Requires

by Dawid Kraczkowski

php bcmath base58 igniphp