web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.16k stars 543 forks source link

Added PHP json extension as dependency #276

Open kodjunkie opened 2 years ago

kodjunkie commented 2 years ago

Since the JSON extension is used heavily in this project, it'd make a lot of sense to have it added as a dependency so composer is able to do the check during installation.