2017 © Pedro Peláez
 

library rpc

v.cash rpc client

image

vcash/rpc

v.cash rpc client

  • Wednesday, August 17, 2016
  • by walkeralencar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Vcash Rpc Client for PHP

how to use

  1. Clone the project from github.
  2. Run $ composer install
  3. Create your own file to consume, follow a sample.
getinfo($id);
    $myRpcGetincentiveinfo = $myVcash->getincentiveinfo();

    echo '

Get Info:

'.$myRpcGetinfo.'

'; echo '

Get Icentive Info:

'.$myRpcGetincentiveinfo.'

'; } catch (Exception $e) { echo 'Error: ', $e->getMessage() . PHP_EOL; } ?>

Donations

  • Vcash.: VoocuUCPkz6GnPkimoEjYabvKNSorUJi8m
  • Decred.: DsTipY2uLUWWHy8joQkhGRxnNygow9PZw5b
  • Bitcoin: 1FFvqvprQ1e6YBNoZHfDZvV3Qibph9s2dK

The Versions

17/08 2016

dev-master

9999999-dev

v.cash rpc client

  Sources   Download

LGPL 3.0

The Requires

  • php >=5.5.9
  • ext-curl *