Registry / crypto / web3p-rlp

web3p-rlp

JSON →
library0.3.5phppackagistunverified

Recursive Length Prefix Encoding in PHP for Ethereum data structures.

composer require web3p/rlp
INSTALL
IMPORT
SIG · WEB3P-RLP
W
web3p-rlp
cryptophpv0.3.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RLP
✓ use Web3p\RLP\RLP;

Encodes an array using RLP encoding.

use Web3p\RLP\RLP; $rlp = new RLP(); $encoded = $rlp->encode(['hello', 'world']);
Debug
Known issues
breakingRequires PHP 7.0+ and GMP or BC Math extension.
fix
Install required extensions or upgrade PHP.
affects: <0.4.0
Upgrade
Version history
0.3.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
Resources
web3p-rlp — pip install web3p-rlp · libregistry