Download the PHP package zhujinkui/rlp without Composer
On this page you can find all versions of the php package zhujinkui/rlp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zhujinkui/rlp
More information about zhujinkui/rlp
Files in zhujinkui/rlp
Download zhujinkui/rlp
More information about zhujinkui/rlp
Files in zhujinkui/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
Web3p\RLP\RLP
encode
Returns recursive length prefix encoding of given inputs.
encode(mixed $inputs)
Mixed inputs - array of string, integer or numeric string.
Note: output is not zero prefixed.
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.
Note: output is not zero prefixed.
Example
- Decode recursive length prefix encoded string.
License
MIT
All versions of rlp with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 | ^8.0
ext-mbstring Version *
ext-mbstring Version *
The package zhujinkui/rlp contains the following files
Loading the files please wait ....