2017 © Pedro Peláez
 

library ethereum-rpc

A PHP interface to the geth JSON-RPC API. All documented API functions are present.

image

btelle/ethereum-rpc

A PHP interface to the geth JSON-RPC API. All documented API functions are present.

  • Tuesday, December 12, 2017
  • by btelle
  • Repository
  • 0 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 74 Forks
  • 0 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

A PHP interface to the geth JSON-RPC API. All documented API functions are present., (*1)

Usage

// include the class file
require 'ethereum.php';

// create a new object
$ethereum = new Ethereum('127.0.0.1', 8545);

// do your thing
echo $ethereum->net_version();

See test/test.php for a complete example., (*2)

Function documentation

For documentation on functionality, see the Ethereum RPC documentation, (*3)

The Versions

12/12 2017

dev-master

9999999-dev https://github.com/btele/ethereum-php

A PHP interface to the geth JSON-RPC API. All documented API functions are present.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

json-rpc ethereum cryptocurrency etherium

12/12 2017

1.1.0

1.1.0.0 https://github.com/btele/ethereum-php

A PHP interface to the geth JSON-RPC API. All documented API functions are present.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

json-rpc ethereum cryptocurrency etherium