[Ethereum] PHP Library for Ethereum

php

I am looking for a PHP library to interact with Ethereum. Are there any active open source projects of PHP libraries for Ethereum available?

Thanks for your help

Best Answer

Here are couple of projects that are currently maintained:

ethereum-php https://github.com/digitaldonkey/ethereum-php

go-ethereum client https://github.com/Achse/geth-jsonrpc-php-client

Related Topic