dev-master
9999999-dev http://github.com/orzfly/php-ripple-restRippleRest client for PHP
MIT
The Requires
- php >=5.3.0
- ext-curl *
by Yeechan Lu
ripple ripple-rest
Wallogit.com
2017 © Pedro Peláez
RippleRest client for PHP
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: , (*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);
RippleRest client for PHP
MIT
ripple ripple-rest