{ "name": "web3p/web3.php", "description": "Ethereum web3 interface.", "type": "library", "license": "MIT", "authors": [ { "name": "sc0Vu", "email": "alk03073135@gmail.com" } ], "require": { "guzzlehttp/guzzle": "^6.3|^7.0", "PHP": "^7.1|^8.0", "kornrunner/keccak": "~1.0", "phpseclib/phpseclib": "~2.0.11", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "~6.0|~8.0" }, "autoload": { "psr-4": { "Web3\\": "src/" } }, "autoload-dev": { "psr-4": { "Test\\": "test/" } } }