https://github.com/iexbase/ripple-api
A PHP API for interacting with Ripple
https://github.com/iexbase/ripple-api
php ripple ripple-lib rippleapi rippled
Last synced: 6 months ago
JSON representation
A PHP API for interacting with Ripple
- Host: GitHub
- URL: https://github.com/iexbase/ripple-api
- Owner: iexbase
- License: gpl-3.0
- Created: 2018-09-09T13:15:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T20:27:15.000Z (over 4 years ago)
- Last Synced: 2025-12-28T06:31:33.358Z (6 months ago)
- Topics: php, ripple, ripple-lib, rippleapi, rippled
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 9
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ripple API
A PHP API for interacting with the XRP Ledger
## Installation
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed. Once composer is installed, execute the following command in your project root to install this library:
Installation is possible using Composer.
If you don't already use Composer, you can download the composer.phar binary:
```bash
curl -sS https://getcomposer.org/installer | php
```
Then install the library:
```bash
> composer require iexbase/ripple-api
```
Additional examples are available in the [examples](examples/) directory
## Usage
Use the Ripple
```php
$address = "";
$secret_key = "";
$ripple = new \IEXBase\RippleAPI\Ripple($address, $secret_key);
dump($ripple->getAccount());
```
## Features
+ Issue [rippled API](https://ripple.com/build/rippled-apis/) requests
+ Listen to events on the XRP Ledger (transaction, ledger, etc.)
+ Sign and submit transactions to the XRP Ledger
## More Information
+ [Ripple Developer Center](https://ripple.com/build/)
## Donations
Ripple: rKhWrsiQpUhcdjH3CkM8feHxcrsjSnEx9m