Download the PHP package barechain/rlp without Composer
On this page you can find all versions of the php package barechain/rlp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download barechain/rlp
More information about barechain/rlp
Files in barechain/rlp
Download barechain/rlp
More information about barechain/rlp
Files in barechain/rlp
Please rate this library. Is it a good library?
Informations about the package rlp
RLP
Recursive Length Prefix Encoding in PHP.
Install
Set minimum stability to dev
Usage
RLP encode:
RLP decode:
API
Barechain\RLP\RLP
encode
Returns recursive length prefix encoding of given data.
encode(mixed $inputs)
Mixed inputs - array of string, integer or numeric string.
Example
- Encode array of string.
decode
Returns array recursive length prefix decoding of given data.
decode(string $input)
String input - recursive length prefix encoded string.
Example
- Decode recursive length prefix encoded string.
License
MIT
All versions of rlp with dependencies
PHP Build Version
Package Version
Requires
ext-gmp Version
*
The package barechain/rlp contains the following files
Loading the files please wait ....