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

Support PHP8 #266

Open MatthieuScarset opened 2 years ago

MatthieuScarset commented 2 years ago

Is there any plan to upgrade the supported PHP version up to 8? Thanks

Razorholt commented 2 years ago

https://github.com/web3p/web3.php/releases/tag/0.1.6

That release isn't working?

MatthieuScarset commented 2 years ago

Sorry for the delay in replying.

I was using this fork which does not work with PHP8 so I think it confused me.

I confirm that web3p/web3.php works with PHP8 from 0.1.6 indeed.

Thank you for your reply and for maintaining this lib.