2017 © Pedro Peláez
 

library php-ripple-rest

RippleRest client for PHP

image

orzfly/php-ripple-rest

RippleRest client for PHP

  • Thursday, May 22, 2014
  • by orzFly
  • Repository
  • 3 Watchers
  • 6 Stars
  • 144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

RippleRest PHP Client

This is a client that interacts with the Ripple network using the Ripple REST APIs., (*1)

This library can be used directly by include all classes directly, or by Composer: PHP version, (*2)

RippleRest::setup("http://localhost:5990");

var_dump(RippleRest::isServerConnected());
var_dump(RippleRest::getServerInfo());
var_dump(RippleRest::createUUID());

$account = new RippleRestAccount("rES1hSkoWauMk3r6sgh7zfjpTCnwGbqaxA", "sSECRET");
var_dump($account->getBalances());
var_dump($account->getSettings());
var_dump($account->getNotification("DD9F40516152090612B12F1CCD5A88828AEA8813FEBD56D9D6B39ED918F4CCCA"));

$payment = $account->createPayment("rES1hSkoWauMk3r6sgh7zfjpTCnwGbqaxA", "5+XRP");
$account->submitPayment($payment);

The Versions

22/05 2014

dev-master

9999999-dev http://github.com/orzfly/php-ripple-rest

RippleRest client for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

ripple ripple-rest