Web3p Web3.php Versions Save

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.

0.3.2

3 months ago

Changes:

  • refactor encoding
  • refactor decoding
  • more unit test (eth-abi and ethers.js)
  • validate / format data

0.3.1

3 months ago

Changes:

  • [#343] Fix some bugs, toHex / hexToBin
  • [#343] Add TypedDataEncoder

0.3.0

4 months ago

Change log

[#331] Add websocket provider [#331] Remove RequestManager from library

0.2.1

8 months ago

Change log

[web3p/web3.php#332] add fee history api

0.2.0

8 months ago

Change log

[web3p/web3.php#329] integrate async react php

0.1.6

2 years ago

Change log

[#204] Support PHP 8.0

0.1.5

2 years ago

0.1.4

5 years ago

Fix:

  • Fix #85, see 87dbe23
  • Fix #76, see 1fb7762e

0.1.2

6 years ago

Change:

Update README.md

Fix:

  • Remove to parameter when publishing contract transaction
  • Fix #62
  • Fix #71